/* CSS Document */


/* ***********************************************************
 *
 * Since:     2013-3-27
 * Editor:    contents
 * Modified:  2013-3-27 by:contents itagawa
 *
 * ***********************************************************
 */


/* font-size===========================================

10px -> 83.4%
11px -> 91.7%
12px -> 100%
13px -> 108.4%
14px -> 116.7%
15px -> 125%
16px -> 133.4%
17px -> 141.7%
18px -> 150%
19px -> 158.4%
20px -> 166.7%
21px -> 175%
22px -> 183.4%
23px -> 191.7%
24px -> 200%
25px -> 208.4%
26px -> 217%

===================================================== */


	#container .sideWrapper{
		margin:0 0 0 1px;
		width:258px;
		background:url(../common/s_bg.jpg) repeat-x 0 0;

		float:left;
		position:relative;
	}


		#container .sideWrapper .gNavi{
	margin:0 0 0 21px;
	position:absolute;
	top:-180px;
		}


/* ///////////////////////////////////////////////////////////////////
	contentsWrapper
/////////////////////////////////////////////////////////////////// */


#contentsWrapper h2.search{
	padding:0 0 20px 0;
}

#contentsWrapper .serchBtn{
	padding:0 0 67px 0;
}


/* ///////////////////////////////////////////////////////////////////
	Topics
/////////////////////////////////////////////////////////////////// */


#contentsWrapper .topics{
	padding:0;
}


.contents h2{
	padding:10px 0;
}

.contents .box{
	margin:0 0 30px 0;
}

.pro_activ ul{
	padding:10px 0;
	margin:0 0 0 20px;
}

.pro_activ li{
	background:url(../common/arrow/list.gif) no-repeat center left;
	padding:3px 0 3px 20px;
	font-size:116.7%;
	font-weight:bold;
}

/* ///////////////////////////////////////////////////////////////////
	tbl_list
/////////////////////////////////////////////////////////////////// */

.tbl_list{
	border: 1px solid #B4B4B4;
	border-collapse: collapse;
	border-spacing: 2px;
	line-height: normal;
	width: 739px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}

.tbl_list th{
	padding:8px;
	border-right: 1px dotted #FFF;
	white-space:nowrap;
}

.tbl_list th.pink{
	background:#FDECDF;
}

.tbl_list th.blue{
	background:#C5EEF3;#D9F3F7
}

.tbl_list th.blue2{
	background:#D9F3F7;
}

.tbl_list th.green{
	background:#A7E1A1;
}

.tbl_list th.w70{
	width:70px;
}

.tbl_list th.w100{
	width:100px;
}
.tbl_list td{
	border-right: 1px dotted #B7B7B7;
	border-top: 1px dotted #B7B7B7;
	padding:8px;
	text-align:left;
line-height:120%;
}
.tbl_list td.last{
	border-right: 1px dotted #B7B7B7;
	border-bottom: 1px dotted #B7B7B7;
}
