@charset "UTF-8";

/*-----------------------------
	FILE:	contents.css
	SITE:	silkmaster.co.jp ver3.0
	DATE:	2009.6.16
	Auther: silkmaster.co.ltd

	modify:
----------------------------*/



/*---------------------------
	CONTENTS CONTENER
---------------------------*/

#contents {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding: 0px;
	position: relative;
}



/*---------------------------
	
	CONTENTS HEADER
	
---------------------------*/

/*---------------------------
	CONTENTS TITLE
---------------------------*/

#contents_title {
	height: 40px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 20px;
	position: relative;
}

/*---------------------------
	CONTENTS TOP MENU
---------------------------*/

#contents_topmenu {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 600px;
	height: 14px;
	padding-top: 13px;
	padding-bottom: 13px;
	
	
}

#contents_topmenu ul{
	display: block;
    width: 600px;
	
}

#contents_topmenu li{
	display: block;
	list-style-type: none;
	float: left;
	width: 120px;
	
}

#contents_topmenu a{
	display: block;
	text-align: center;
	border-left-width: 1px;
	border-left-style: inset;
	border-left-color: #333;	

}
#contents_topmenu #menu_end{
	
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color: #333;	

}

/* contents header Ancor */
#contents_topmenu a {
	font-size: 11px;
	color: #555;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#contents_topmenu a:link visited active {
	text-decoration: none;
	color: #555;
}

#contents_topmenu a:hover {
	text-decoration: none;
	color: #308BAA;
}





/*---------------------------
	
	CONTENTS COLUMN

---------------------------*/

/*---------------------------
	2COLUMN menu + main
---------------------------*/

#col_2L_sub {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	width: 205px;
	height:auto;
	position: absolute;
	top: 0px;
}

#col_2L_main {
	width: 735px;
	height:auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 225px;
	position: static;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	
}

/*---------------------------

  2COLUMN  main + function

---------------------------*/


#col_2R_sub {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	width: 205px;
	height:auto;
	position: absolute;
	top: 0px;
	right:0px
}

#col_2R_main {
	width: 735px;
	height:auto;
	margin-right: 245;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: static;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

/*---------------------------

3COLUMN menu+main+function

---------------------------*/


#col_3_subL {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	width: 205px;
	height:auto;
	position: absolute;
	top: 0px;
	left: 0px;
}

#col_3_subR {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	width: 205px;
	height:auto;
	position: absolute;
	top: 0px;
	right:0px
}

#col_3_main {
	width: 510px;
	height:auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	position: static;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}


/*------------------------------

		CONTENTS TITLE
		
--------------------------------*/


#contents_categoly_title{
	width:100%;
	height:72px;
	border-top:solid 2px #005368;
	border-bottom:dotted 1px #005368;
	margin-bottom:50px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.contents_h3{
	width:100%;
	height:30px;
	font-size:14px;
	line-height:30px;
	border-bottom:solid 1px #005368;
	color:#005368;
	margin-bottom:50px;
}


/*------------------------------

		CONTENTS FOOTER
		
--------------------------------*/


.line_solid{
	width:100%;
	border-top:solid #005368 2px;
	margin-bottom:10px;
}
.line_dotted{
	width:100%;
	border-top:dotted #005368 1px;
	margin-bottom:10px;
}	
