@charset "UTF-8";
/* CSS Document */


body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	color: #000;
	height:100%;
}
body > container {
    height: auto;
}


/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; /* div 自体ではなく div 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した div をネストして使用することもできます。 */
}
a img { 
	border: none;
}
.img_prof{
	float:left;
	margin:5px;
}

a:link {
	color: #EB2092;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}


.container {
	width: 988px;
	background: #D9D6CD;
	border-left:#F39 10px solid;
	border-right:#F39 10px solid;
	margin: 0 auto; 
	 height:100%;
    min-height: 100%;

}
.container02 {
	width: 988px;
	border-left:#F39 10px solid;
	border-right:#F39 10px solid;
	margin: 0 auto; 
	 height:100%;
    min-height: 100%;

}

.header {
	background: #ffffff;
	
}


.sidebar1 {
	float: left;
	width: 235px;
	height:100%;
	padding: 50px 0px 10px 0px;

}
.content {
	padding:0px;
	width: 753px;
	height:529px;
	float: right;
	background-image:url(images/top_img.jpg);
	background-repeat: no-repeat;
}
.content02 {
	padding:0px;
	width: 753px;
	float: right;
	padding-bottom:20px;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}


ul.nav {
	list-style: none; /* リストのマーカーを削除します。 */
	border-top: 1px solid #666; /* リンク用の上部のボーダーを作成します。他のすべてのものは LI 上で下部のボーダーを使用して配置されます。 */
	margin-bottom: 15px; /* 下のコンテンツのナビゲーション間の間隔を作成します。 */
}
ul.nav li {
	border-bottom: 1px solid #666; /* ボタンの区切り線を作成します。 */
}
ul.nav a, ul.nav a:visited { /* これらのセレクターをグループ化することで、リンクのボタン表示が訪問後も確実に保持されます。 */
	padding: 5px 5px 5px 15px;
	display: block; /* リンクにブロックプロパティを指定し、リンクが含まれる LI 全体がリンクになるようにします。これにより、領域全体がマウスのクリックに反応するようになります。 */
	width: 160px;  /*この幅により、IE6 でボタン全体をクリックできるようになります。IE6 をサポートする必要がない場合は削除できます。適切な幅を計算するには、サイドバーコンテナの幅からそのリンクの余白を減算します。 */
	text-decoration: none;
	background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* マウスを使用する場合もキーボードを使用する場合も、背景色とテキストカラーを変更します。 */
	background: #ADB96E;
	color: #FFF;
}

.news { 
	clear:both;
	background-color:#FFF;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:20px;
	
}
.newscontent {
	background-color:#FFF;
	width:480px;
	height:200px;
	border:solid 1px #CCC;
	overflow:scroll;
	padding:10px;
	margin-bottom:20px;
	float:left;
}
/* ~~ フッター ~~ */
.footer {
	padding: 10px 0;
	background: #EBEBEB;
	position: relative;
	clear: both; /* この clear プロパティにより .container は、カラムの範囲がどこまでかを認識してその範囲を含めるようになります。 */
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	background-color:#FFF;
	line-height: 0px;
}

.clear {
	clear:both;
	width: 0px;
	height: 0px;
	}
.cb {
	clear:both;
}
.fLeft{
	float:left;
}
.fRight{
	float:right;
}
.left20{
	padding-left:20px;
}
.mg10{
	margin:10px;
}
.pd10{
	padding:10px;
}
.pd15{
	padding:15px;
}
.pdb10{
	padding-bottom:10px;
}
.pdt10{
	padding-top:10px;
}

.mgb0,.btm0{
	margin-bottom:0;
}
.mgb5,.btm5{
	margin-bottom:5px;
}
.mgb10,.btm10,.bottom10{
	margin-bottom:10px;
}
.mgb15,.btm15{
	margin-bottom:15px;
}
.mgb20,.btm20{
	margin-bottom:20px;
}
.mgb25,.btm25{
	margin-bottom:25px;
}
.mgb30,.btm30{
	margin-bottom:30px;
}
.mgb35,.btm35{
	margin-bottom:35px;
}
.mgb40,.btm40{
	margin-bottom:40px;
}
.mgt0,.top0{
	margin-top:0;
}
.mgt3,.top3{
	margin-top:3px;
}
.mgt5,.top5{
	margin-top:5px;
}
.mgt10,.top10{
	margin-top:10px;
}
.mgt15,.top15{
	margin-top:15px;
}
.mgt20,.top20{
	margin-top:20px;
}
.mgt25,.top25{
	margin-top:25px;
}
.mgt30,.top30{
	margin-top:30px;
}
.mgt35,.top35{
	margin-top:35px;
}
.mgt40,.top40{
	margin-top:40px;
}
.mgt50,.top50{
	margin-top:50px;
}
.mgl0,.left0{
	margin-left:0;
}
.mgl5,.left5{
	margin-left:5px;
}
.mgl10,.left10{
	margin-left:10px;
}
.mgl15,.left15{
	margin-left:15px;
}
.mgl20,.left20{
	margin-left:20px;
}
.mgl25,.left25{
	margin-left:25px;
}
.mgl30,.left30{
	margin-left:30px;
}
.mgr0,.right0{
	margin-right:0;
}
.mgr5,.right5{
	margin-right:5px;
}
.mgr10,.right10{
	margin-right:10px;
}
.mgr15,.right15{
	margin-right:15px;
}
.mgr20,.right20{
	margin-right:20px;
}
.mgr25,.right25{
	margin-right:25px;
}
.mgr30,.right30{
	margin-right:30px;
}

/*---text settings---*/

.tLeft{
	text-align:left;
}
.tRight{
	text-align:right;
}
.tCenter{
	text-align:center;
}
.txt6{
	font-size:6pt;
	font-weight:normal;
}
.txt8{
	font-size:8pt;
	font-weight:normal;
}
.txt10{
	font-size:10pt;
	font-weight:normal;
}
.txt10b{
	font-size:84%;
	font-weight:bold;
}
.txt11{
	font-size:92%;
	font-weight:normal;
}
.txt11b{
	font-size:92%;
	font-weight:bold;
}
.txt12{
	font-size:100%;
	font-weight:normal;
}
.txt12b{
	font-size:100%;
	font-weight:bold;
}
.txt13{
	font-size:109%;
	font-weight:normal;
}
.txt13b{
	font-size:109%;
	font-weight:bold;
}
.txt14{
	font-size:117%;
	font-weight:normal;
}
.txt14b{
	font-size:117%;
	font-weight:bold;
}
.txt15{
	font-size:125%;
	font-weight:normal;
}
.txt15b{
	font-size:125%;
	font-weight:bold;
}
.txt16{
	font-size:134%;
	font-weight:normal;
}
.txt16b{
	font-size:134%;
	font-weight:bold;
}
.txt17{
	font-size:142%;
	font-weight:normal;
}
.txt17b{
	font-size:142%;
	font-weight:bold;
}
.txt18{
	font-size:150%;
	font-weight:normal;
}
.txt18b{
	font-size:150%;
	font-weight:bold;
}


.bold { font-weight: bold;}


.btm05{
	border-bottom:#CCC dotted 1px;
	margin-bottom:5px;
}

/* begin styles for RSS Feed */

.rss_box {
	 margin: 3px 2%;
	 padding: 0px;
	 width: 460px;
	 background-color: #fff;
	 border: 1px dashed #333;
}

.rss_title, rss_title a {
	font-size: 12px;
	font-weight:bold;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
}

.rss_items {
	margin: 3px;
	padding: 0px;
}

.rss_item  {
	padding-right: 0px;
	padding-left: 0px;
	font-weight : normal; 
	font-size: 10px;
	padding-bottom: 2px;
	color: #999;
	word-break: break-all;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	font-weight: bold;
	font-size: 10px;
	color: #666;
	text-decoration : none;
}

.rss_item a:hover { 
	font-weight: bold;
	font-size: 10px;
	text-decoration : underline;
	color: #333;
}

.rss_date {
	font-size: 10px;
	font-weight : normal;
	color: #999;
}
 /*------------------------------ 角丸CSS */
    .kado  { background-color:#D9D6CD;
	float:center; }
    .kado1 { margin: 0 5px;height:1px;overflow: hidden; background-color:#ffffff; }
    .kado2 { margin: 0 3px;height:1px;overflow: hidden; background-color:#ffffff; }
    .kado3 { margin: 0 2px;height:1px;overflow: hidden; background-color:#ffffff; }
    .kado4 { margin: 0 1px;height:2px;overflow: hidden; background-color:#ffffff; }
    .kado5 { padding:15px; background-color:#ffffff; }
	
	.midashi{padding:3px 10px;border-color:#E72192;border-width:0 0 0 6px;border-style:solid;
	margin-bottom:15px;margin-top:15px;margin-left:10px;
	}
	.midashianswer{padding:3px 10px;border-color:#339900;border-width:0 0 0 6px;border-style:solid;
	margin-bottom:15px;margin-left:10px;
	}
	.green{
	color:#339900;

}

.kakomi{
	padding:15px;
	margin:10px;
	border:#CCC 1px solid;
}
.pink{
	color:#EB2092;

}
A.qa:link {
	color: #EB2092;
	text-decoration: none; 
	font-weight:bold;
}
A.qa:visited {
	color: #EB2092;
	text-decoration: none;
	font-weight:bold;
}
A.qa:hover, a:active, a:focus {
	color: #6E6C64;
	text-decoration: none;
	font-weight:bold;
}

.language_list {
	background-color:#FFF;
	width:391px;
	float:right;

}

.language_list a:link {
	color: #EB2092;
	text-decoration:none !important 
}
.language_list a:visited {
	color: #6E6C64;
	text-decoration:none !important
}
.language_list a:hover, a:active, a:focus {
	text-decoration: none !important;
}
