﻿@charset "UTF-8";



/* 基本
------------------------------------------------------- */  
* {
	margin:0;
	padding:0;
}

body {
    font-size: 13px; /* モダンブラウザ向け */
    *font-size: small; /* IE 7向け */
    *font: x-small; /* IE 6以下 */
}

/*html {
	overflow-y:scroll;
}　*/

    
ul,ol,li,p,form,dl,dt,dd,textarea {
	font-weight:normal;
}

p {
	margin:0 0 0.35em 0;
}

a,img {
	border:none;
	text-decoration: none;
	overflow: hidden;
}

ul,ol,li {
	list-style:none;
	}

body {
	font-family: "Meiryo", "MS UI Gothic", "Segoe UI", "verdana", "Arial";
	line-height: 150%;
	background-color: #424242;
	overflow-y:scroll;
	background-image: url(../topics/img/back_grad.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


h1.headerTitle {
	margin: 8px 6px 2px 4px;
	float:left;
	text-indent:-9999px;
	background-image: url(../images/logo.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	width:355px;
	height:47px;
}
h1.headerTitle a {
	display:block;
	width:355px;
	height:47px;
}


h2 {
	font-size:115%;
	font-weight:normal;
	margin-top:10px;
	padding:0;
}

h2.headerTitle {
	margin: 23px 0px 10px 48px;
	width:364px;
}

h3,h4,h5,h6 {
	font-size:85%;
	font-weight:normal;
	margin:0;
	padding:0;
}

a:link    {text-decoration: none; color: #3366FF;}
a:visited {text-decoration: none; color: #3366FF;}
a:hover   {text-decoration: none; color: #0099FF;}
a:active  {text-decoration: none; color: #000000;}

.foot a:link    {text-decoration: none; color: #666666;}
.foot a:visited {text-decoration: none; color: #666666;}
.foot a:hover   {text-decoration: none; color: #666666;}
.foot a:active  {text-decoration: none; color: #666666;}



/* container
------------------------------------------*/
#container {
	width:771px;
	margin:0px auto;
	padding:0px 6px;
	background-image: url(../topics/img/con_back.gif);
	background-repeat: repeat-y;
}

#container2 {
	width:759px;
	margin:0px auto;
	padding:0px;
	background-image: url(../images/back.gif);
	background-repeat: repeat-y;
}

/* header  
------------------------------------------*/
#header {
	height: 62px;
	width: 735px;
	padding:0px 12px 0px 8px;
}

#head_l {
	float: left;
	width: 350px;
}




/* 　contents
------------------------------------------------------- */ 
#contents {
	width:530px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/* フッター 　 [共通]
------------------------------------------------------- */ 
#footer{
	height:50px;
	width: 759px;
	padding-top: 30px;
	margin: 0px;
	clear: both;
	text-align:center;
	padding-bottom: 10px;
}

#footer_dotbox{
	margin:0px 10px;
	padding:3px;
	width: 730px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
}

a.foot_txt {
	color: #333333;
}



/* その他  [共通]
------------------------------------------------------- */ 
hr {
	display:none;
}
.dotkei {
	border-style: dotted none none none;
	border-top-width: 1px;
	border-top-color: #333333;
	height: 1px;
	margin: 15px 0px;
} 




/* マージン  
------------------------------------------------------- */ 
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb45{margin-bottom:45px;}
.mb100{margin-bottom:100px;}
.mb200{margin-bottom:200px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt16{margin-top:16px;}
.mt25{margin-top:25px;}
.mt35{margin-top:35px;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.ml10{margin-left:10px;}
.ml25{margin-left:25px;}
.ml35{margin-left:35px;}




/* text set テキスト
------------------------------------------------------- */ 

.tx14 {
	font-size: 107%;
}
.tx13 {
	font-size: 100%;
}
.tx12 {
	font-size: 97%;
}

.tx11 {
	font-size: 85%;
	color: #333333;
}
.tx10 {
	font-size: 80%;
	color: #333333;
}

p.note {
	text-indent:-1.3em;
	margin-left:1.4em;
}

.floatLeft{
	display:block;
	float:left;
}

.floatRight{
	display:block;
	float:right;
}


h3.k_tai {
	width: 490px;
	clear:both;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3FBA9D;
	color: #00A47A;
	font-weight:bold;
	font-size:150%;
	margin-top:10px;
}

h3.k_pri {
	clear:both;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #33CCFF;
	color: #00A47A;
	font-size:120%;
	line-height:130%;
	margin:10px 0px 3px 0px;
}

h4.k_pri {
	width: 486px;
	clear:both;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #33CCFF;
	color: #00A47A;
	font-size:140%;
	line-height:130%;
	margin:10px 0px 3px 0px;
}


.k_tai_c {
	color: #CC6600;
	font-size:150%;
	margin-top:10px;
}
/*グリーン*/
.k_tai_g {
	color: #00A47A;
	font-size:130%;
	/*margin-top:10px;*/
}

.k_tai_o {
	color: #FF6600;
	font-size:130%;
}
.k_tai_b {
	color: #0099FF;
	font-size:130%;
}
.k_tai_k {
	color: #006699;
	font-size:130%;
}
.k_tai_p {
	color: #FF4889;
	font-size:130%;
}
.k_tai_y {
	color: #CC6600;
	font-size:130%;
}
.list_taior {
	color: #FF6600;
	font-weight:bold;
	font-size:125%;
}

/* uranai　星占い
------------------------------------------------------- */ 
.table_seiza {
	margin: 0px;
	padding: 0px;
	width: 759px;
}
.table_seiza td {
	padding: 0px 0px 35px 65px;
}

.table_seiza_head {
	margin: 0px;
	padding: 0px;
	width: 759px;
}
.table_seiza_head .td1 {
	padding: 0px 10px 5px 14px;
}

.table_seiza_head .td2 {
	padding: 0px;
}


.table_seiza2 {
	width: 493px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.table_seiza2 td {
	width: 123px;
	text-align:center;
	padding:6px;
}
.blue {
	font-size: 120%;
	font-weight: bold;
	color: #0033CC;
}

.table_ura {
	margin: 0px;
	padding: 0px;
	width: 420px;
	height: 440px;
	background-image: url(../topics/img/se_image_s.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.table_ura .td01 {
	background:#FFFFFF;
}
h2 {
	font-size:115%;
	font-weight:normal;
	margin-top:10px;
	padding:0;
}

/* color.html　オーラソーマ
------------------------------------------------------- */ 
#contents_color {
	width:690px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.table_color {
	margin: 0px;
	padding: 0px;
	width: 759px;
}

.style2 {
	color: #990033;
	font-size:150%;
	font-weight:bold;
}


/* report　アカデミーリポート
------------------------------------------------------- */ 

#contents_report {
	width:759px;
	margi-leftn: 20px;
	padding: 0px auto;
	background: url(../topics/report/img/aca_back.gif) repeat-x left top;
}

.table_repo {
	width:591px;
	padding: 0px auto;
	margin-left: 20px;
}

.table_repo .td1 {
	padding: 15px;
}

.table_repo .td2 {
	padding: 11px 20px 0px 20px;
	background: url(../topics/report/img/aca_k2.gif) repeat-y left top;
}

h3.repotai {
	color: #990033;
	font-weight:bold;
	font-size:140%;
	margin:15px 0px 4px 0px;
}

.contable {
	width: 759px;
	margin: 0px;
	padding: 0px;
	background: url(../topics/report/img/aca_side.jpg) no-repeat right top;
}

.table_repo_sub {
	width:590px;
	padding: 0px auto;
	margin-left: 26px;
}

.table_repo_sub .td1 {
	padding: 10px;
}

.aca_table{
	width:610px;
	margin:10px 0px 0px 35px;
}

.aca_table .td1{
	text-align:right;
	font-size: 95%;
}
.aca_table .td2{
	width:165px;
	font-size: 95%;
}
.aca_table .td3{
	text-align:left;
	font-size: 95%;
}


.aca_table_kei{
	width:610px;
	margin:10px 0px 0px 35px;
}

.aca_table_kei td{
	padding:10px;
	border:solid 1px #CCCCCC;
}

/******************トップへ戻るリンク追加*****************************/
ul li.gotop {
	height: 20px;
	background: url(../topics/report/img/ya2.gif) no-repeat 0.3em 40%;
	padding-left: 16px;
	list-style-position: inside;
}
