/* 一括で全ての要素の余白をゼロに指定 */
* {
	padding: 10;
	/* [disabled]margin: 10; */
}
/* サイト全体の構成要素*/
a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited  { color: #00f; text-decoration: underline }

a:hover {
  color: #ff0000;
  text-decoration: underline;
}
body     { font-size: 15px; font-family: "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka-等幅, Osaka, 平成角ゴシック; background-color: #fffafa; background-image: url("c_img/OutLine.gif"); background-repeat: repeat-y; background-position: center 0; text-align: center; margin: 0; padding: 0 }
h1 { font-size: 20px; margin-top: 20px; margin-bottom: 12px; padding: 5px 0 5px 5px; border-bottom: 1px solid #2e8b57; border-left: 10px solid #2e8b57 }
h2 { font-size: 18px; margin-top: 20px; margin-bottom: 12px; padding: 5px 0 5px 5px; border-bottom: 1px solid #ff8c00; border-left: 10px solid #ff8c00 }
h3 { font-size: 15px; margin-top: 20px; margin-bottom: 12px; padding: 5px 0 5px 5px }
h4 { font-size: 12px; margin-top: 20px; margin-bottom: 12px; padding: 5px 0 5px 5px }
h5 { font-size: 12px; margin-top: 5px; margin-bottom: 5px; padding: 5px 0 5px 5px }
.font_red_bold {
	font-weight: bold;
	color: #F00;
}

/* 全体のレイアウトに関する指定*/

#mainwrapper                    { background-color: #f8f8ff; text-align: left; margin-right: auto; margin-left: auto; width: 800px }

#header    { width: 100% }

#topnavi                                { color: white; font-size: 12px; width: 100%; height: 30px; clear: both }
#contents          { padding: 12px 10px; width: 560px; float: left }

#sidebar       { padding: 12px 10px; width: 200px; float: right }

#footer      { text-align: right; height: 70px; clear: both }
.t_img_outline img { margin: 5px; float: left; border: solid 1px #c00 }
.clear { clear: both }
.right { text-align: right }

/*  #header内の指定 */
/* -- LOGO -- */
#logo  { }

.logo {
  font-size: 1.8em;
  margin-bottom: 0.5em;
}

.logo a {
  text-decoration: none;
  background-color: #ffffff;
  color: #0099ff;
}

.logo a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #ff0000;
}

.topbannar         { padding-top: 12px; padding-bottom: 12px }
/* -- 概要 -- */
#description              { font-size: 12px; font-weight: normal; line-height: 120%; margin-top: 30px; margin-bottom: 10px; padding-right: 30px; width: 300px; float: right }

/*  topnaviの指定 */
#topnavi a                   { color: white; text-decoration: none; margin: auto 5px; vertical-align: middle }
#topnavi .navi01     { color: white; text-decoration: none; margin-right: 5px; margin-left: 15px; vertical-align: middle }
#topnavi a:hover   { color: #ff0000; vertical-align: middle }
#topnavi img   { vertical-align: middle }
/*  コンテンツに関する指定 */
#contents p   { line-height: 150%; margin-bottom: 10px; margin-left: 30px }
#cont dl       {
	line-height: 130%;
	background-color: #fffafa;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 12px;
	border: solid 1px #2e8b57
}
#cont dt  { font-size: 15px; font-weight: bold; margin-bottom: 10px; margin-left: 5px }
#cont dd  { font-size: 12px; margin-right: 10px; margin-bottom: 10px; margin-left: 20px }
#cont img { font-size: 12px; line-height: 130%; margin: 10px 10px 10px 12px; float: left; border: solid 1px #c00 }
.img_sel { margin: 5px; float: left; border: solid 1px #c00 }

#cont_01 dl       { line-height: 130%; background-color: #fffafa; margin-right: 0; margin-bottom: 10px; margin-left: 0; padding-top: 12px; border: solid 1px #2e8b57 }
#cont_01 dt  { font-size: 15px; font-weight: bold; margin-bottom: 10px; margin-left: 5px }
#cont_01 dd  { font-size: 12px; margin-right: 10px; margin-bottom: 10px; margin-left: 20px }
#cont_01 img { font-size: 12px; line-height: 130%; margin: 10px 10px 10px 12px; float: left }

/*dtなしddではじまるcont*/
#cont_02 dl   { font-size: 12px; line-height: 130%; background-color: #fffafa; margin-right: 0; margin-bottom: 10px; margin-left: 0; padding-top: 12px; border: solid 1px #2e8b57 }
#cont_02 dt  { font-size: 15px; font-weight: bold; margin-bottom: 10px; margin-left: 5px }
#cont_02 dd   { margin-right: 10px; margin-bottom: 10px; margin-left: 12px }
/* conntennts内のテーブル */
/* セルのpadding 5px */
.td_5 { padding: 5px }
/* --セクシュアリティ専用BOX -- */
#cont_03 dl { font-size: 12px; line-height: 150%; background-color: #fffafa; margin-right: 0; margin-bottom: 10px; margin-left: 0; height: 350px; border: solid 1px #2e8b57 }
#cont_03 dt { font-size: 15px; font-weight: bold; line-height: 130%; margin-bottom: 10px; margin-left: 5px }
#cont_03 dd { font-size: 12px; line-height: 130%; margin: 10px 10px 10px 12px }
#cont_03 img { font-size: 12px; line-height: 130%; margin: 10px 10px 10px 12px; float: left; border: solid 1px #c00 }
.img_w {
	float: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 50px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #C00;
}
#cont_04 dl    { line-height: 120%; background-color: #fffafa; margin-right: 0; margin-bottom: 10px; margin-left: 0; padding-top: 5px; padding-bottom: 5px; border: solid 1px #2e8b57 }
#cont_04 dt { font-size: 15px; font-weight: bold; line-height: 130%; margin-bottom: 10px; margin-left: 5px }
#cont_04 dd { font-size: 12px; line-height: 120%; margin-right: 10px; margin-bottom: 5px; margin-left: 20px }
/*  トップページのレイアウト　リスト  */
#newsbox               { font-size: 12px; line-height: 150%; background-color: #fffafa; margin: 0 0 20px; height: 150px; overflow: auto; border: solid 1px #f93; scrollbar-3dlight-color: #f93
 ; scrollbar-arrow-color: #f93; scrollbar-face-color: #fffafa    }
#newsbox dl         { }
#newsbox dt  { font-size: 15px; font-weight: bold; margin-left: 12px }
#newsbox dd         { margin-left: 20px }
#contents .newsboxtitle                    { color: #fff; font-size: 15px; font-weight: bold; line-height: 20px; background-image: url(c_img/newsboxtitle.gif); background-repeat: no-repeat; margin-top: 20px; margin-bottom: 0; height: 25px }
.newsMore   { font-size: 12px; text-align: right; margin-right: 20px; margin-bottom: 12px }
#itembox { }
#itembox dl                  { margin: 0 0 10px; width: 273px; height: auto; border: solid 1px #399 }
#itembox dt          { }
#itembox dd                            { color: black; font-size: 15px; background-position: 0 center; display: block; margin-top: 5px; margin-bottom: 5px; margin-left: 0; padding-left: 15px }
#itembox dd a                     { color: black; font-size: 15px; text-decoration: none; background-image: url("c_img/Top_Button.gif"); background-repeat: no-repeat; background-position: 0 center; display: block; margin-top: 5px; margin-bottom: 5px; margin-left: 0; padding-left: 15px }
#itembox dd a:hover                        { color: #f00; font-size: 15px; text-decoration: underline; background-image: url("c_img/Top_Button_over.gif"); background-repeat: no-repeat; background-position: 0 center; display: block; margin-top: 5px; margin-bottom: 5px; margin-left: 0; padding-left: 15px }
.itemnaviL { float: left }
.itemnaviR  { text-align: left }
/*  #sidebar内の指定 */
#sidebar dl      { margin-top: 20px }
#sidebar dt { margin: 0 }
#sidebar dd  { margin: 0; border: solid 1px #c00 }
#sidebar ul	{
	background-image: url(c_img/Side_bar_Cont_back.gif);
	background-repeat: repeat;
	list-style-type: none;
	padding-left: 10px;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.5em;
	margin: 0;
}

/*  #bookbar内の指定 */
#bookbar dl      { margin-top: 20px }
#bookbar dt { margin: 0 }
#bookbar dd  {
	margin: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#bookbar ul	{
	list-style-type: circle;
	padding-left: 10px;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 2em;
	margin: 0;
	list-style-position: inside;
}

/*  #footer内の指定 */
#footerbar        { background-image: url(c_img/topnavi_bar.gif); width: 100%; height: 30px }
#footer a    { font-size: 12px; text-decoration: none }
.copy  { }
.fontred {
	color: #F00;
}
.moji_12 {
	font-size: 12px;
}
.line {
	text-decoration: line-through;
}
.moji_14 {
	font-size: 14px;
	line-height: 1.5em;
}
