charset "utf-8";
/* CSS Document */

/*==================================================
	
  ● Title //CSS名
  ○ contents.css
  
  ● Created Date in CSS //CSS作成日
  ○ 2010.04.12
  
  ● Last Update //最終更新日
  ○ 2010.04.13
  
  ● Created by //製作元
  ○ ROM SHARING.INC
  
  ● Author //著者
  ○ matsu
  
  ● a Table of Contents //目次
  ○ Header
  ○ Contents
     ├Contents Left
	 └Contents Right
  ○ Section
  
==================================================*/





/*--------------------------------------------------
  ○ Header
--------------------------------------------------*/

.top_left_link ul{
}

.top_left_link li{
	background:url(/milkyway/public/images/images/renew/allow.jpg) no-repeat left 3px;
	float:right;
	margin-top:10px;
	padding:0px 20px 0px 10px;
	font-size:12px;
}

.top_left_link li a{
	color:#c59133;
}

.top_link li{
	background:url(/milkyway/public/images/images/renew/allow.jpg) no-repeat left 3px;
	float:right;
	margin-top:10px;
	padding:0px 20px 0px 10px;
	font-size:12px;
}

.top_link li a{
	color:#c59133;
}

.logo h1{
	text-align:left;
}



/*--------------------------------------------------
  ○ Contents
--------------------------------------------------*/


/* Contents Left */

.left_con{
	width:175px;
	height:auto;
	background:url(/milkyway/public/images/images/renew/smenu_top.jpg) no-repeat left top;
	padding:15px;
}

.left_con_end{
	width:205px;
	height:8px;
	font-size:0px;
	line-height:0px;
	background:url(/milkyway/public/images/images/renew/smenu_btmbg.jpg) no-repeat left top;
	margin-bottom:50px;
}

.left_ctgbox{
	width:175px;
	height:auto;
	text-align:left;
}

.left_ctgbox ul{
	padding-top:19px;
	padding-bottom:18px;
	padding-left:25px;
}

.left_con ul{
	padding:0px 0px 18px 0px;
}

.left_con li{
	background:url(/milkyway/public/images/images/accent.jpg) no-repeat 0px 5px;
	text-align:left;
	line-height:150%;
	padding:0px 0px 0px 8px;
	margin-left:12px;
}

.left_con li.tps{
	background:url(/milkyway/public/images/images/renew/smenu_icont.jpg) no-repeat left 4px;
	text-align:left;
	line-height:150%;
	padding:0px 0px 3px 12px;
	margin:0px;
	font-size:13px;
	font-weight:bold;
	color:#555;
}



.banner{
	width:205px;
	height:auto;
}

.banner ul{
	list-style:none;
	padding:0px 0px 50px 0px;
}

.banner li{
	padding-top:5px;
	badding-bottom:5px;
}

/* Contents Right */

.right_con{
	width:690px;
	height:auto;
	padding-left:35px;
	clear:both;
}

.right_con h3{
	width:646px;
	height:auto;

}

.itemBox{
	padding:20px 0px;
}

.itemBox p{
	padding:10px 0px;
}

.right_con h4{
	width:640px;
	padding-bottom:10px;
}

.right_con h4 p{
	font-size:20px;
	font-weight:bold;
}



/*--------------------------------------------------
	○ Footer
--------------------------------------------------*/

.site_map{
	width:330px;
	height:auto;
	float:left;
	color:#fff;
	padding-top:5px;
	text-align:right;
}

.site_map a{
	color:#fff;
}

.site_map a:hover{
	color:#fff;
	text-decoration:underline;
}



/*--------------------------------------------------
  ○ Section
--------------------------------------------------*/

.p_top{
	font-size:12px;
	text-align:right !important;
	letter-spacing:0.2em;
	padding-top:8px;
	padding-right:10px;
	padding-bottom:20px;
}


/* Color */
.red{
	color:#f00;
}

.gold{
	color:#f90;
}


/* Weight */
.bold{
	font-weight:bold;
}

/* Position */
.center{
	text-align:center;
}

