@charset "utf-8";


/*general
----------------------------------------------------------------------------------*/
body {
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/background.gif) #ffffff no-repeat fixed center top;
}



h1 {
	margin: 0px;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
}

h2 {
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 15px;
}

h3 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 14px;
	font-size: 12px;
	color: #ab1207;
}

ul{
	margin: 0px;
	list-style-type: none;
	padding-left: 14px;
	padding-bottom: 25px;
}

li{
	margin: 0px;
	padding-bottom: 10px;
}

img {
	border: none;
	vertical-align: bottom;
}

strong {
	color: #000;
	font-weight: bold;
}

p {
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
}



/*header
----------------------------------------------------------------------------------*/
#header-container {
	width: 880px;
	height: 95px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#header-container h1 {
	height: 95px;
	background-color: #ffffff;
	background-image: none;
}



/*menu
----------------------------------------------------------------------------------*/
#menu li {
	float: left;
	padding-bottom: 14px;
}


/*container
----------------------------------------------------------------------------------*/
#container {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	clear: left;
}


/*main
----------------------------------------------------------------------------------*/
#main {
	float: left;
	width: 632px;
	text-align: left;
	line-height: 1.5;
	padding: 0 12px 50px 14px;
}

/*kakushi
#main .clearfix { display:block; display:inline-block; }
#main .clearfix:after { content:'.'; display:block; clear:both; height:0; visibility:hidden; _height:1%; }
----------------------------------------------------------------------------------*/


/*What's new *Power push
----------------------------------------------------------------------------------*/
.u-line li {
	border-bottom: 1px dotted #cccccc;
	background: url(../images/arrow2.gif) no-repeat left top #ffffff;
	padding-left: 15px;
	margin-bottom: 15px;
}
#container #main red {
	color: #C00;
}

/*Content *Infomation *Photo
----------------------------------------------------------------------------------*/
#content { color:#666666; 
}

#content p {
	margin-top:3px;
	padding-left: 15px;
	padding-bottom: 8px;
}

#content ul {
	margin-top:8px;
	margin-bottom: 25px;
	padding-left: 15px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #CCCCCC;
}

#content ul.details li {
	clear:both;
	font-size:12px;
	line-height: 1.5;
	padding-bottom: 30px;
}

#content ul.details .li-width { 
	clear:both; font-size:12px;font-weight:bold;color:#444; 
}

#content .details red {
	color: #C00;
}

#content ul.details strong { float:left; display:block; width:100px; color:#444; }
#content ul.details span { display:block; width:498px; float:right; color:#7b7b7b; }
#content ul.details span a { text-decoration: none; }
#content ul.details span a:hover { text-decoration: underline; }



#photo p {
	text-align: center;
}


#photo img {
	padding-right: 10px;
}

#profile p {
	text-align: center;
}




/*side
----------------------------------------------------------------------------------*/
#side {
	float: right;
	width: 194px;
	text-align: left;
	padding: 0 14px 50px 12px;
	line-height: 1.5;
}


/*footer
----------------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 0 50px;
}




/*clearfix
----------------------------------------------------------------------------------*/
#container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#container {
	display: block;
}

/* Hides from IE-mac \*/
html #container { height: 1%; }
#container {
	display: block;
	color: #666666;
}
/* End hide from IE-mac */
