/*
***********************************************************

Title:			styleMain.css

Created: 		Mar.11.2008
Last modified: 	Mar.11.2008

***********************************************************
*/

/* Global */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	width: 900px;
	background-color: #a9a9a9;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
}

* { margin:0; padding:0; }
ol, ul, li { list-style:none }
table { border-spacing:0 }
fieldset, img { border:0 }
a img { border:none }
a .alt{ display: none; }

/* Typography */
h1 { font-size: 14px; color: #666; }

/* Layout */
.bgWithPhoto{
	background-attachment:fixed;
	background-image:url(../img/bgWithPhoto.jpg);
	background-repeat:no-repeat;	
}

.bgWithPhoto_v2Left{
	background-attachment:fixed;
	background-image:url(../img/bgWithPhoto_v2left.jpg);
	background-repeat:no-repeat;	
}

.bgWithPhoto_v2Right{
	background-attachment:fixed;
	background-image:url(../img/bgWithPhoto_v2right.jpg);
	background-repeat:no-repeat;	
}

#logo {
	margin-top: 24px;
	margin-left: 12px;
	margin-bottom: 30px;
}

/* navi section */
#nav {
	width: 144px;
	height: 338px;
	margin-left: 20px;
	margin-top: 0px;
}

#nav p {
	font-size: 14px;
	line-height: 25px;
	margin-left: 13px;	
}

#nav * a { font-size: 14px;	color: #666; text-decoration:none; }
#nav .current { margin-left: 0px; font-weight: bold; }
#subnav { margin-left: 20px; }
#subnav p, #subnav * a {
	font-size: 12px;
	line-height: 20px;
	color: #aeaeae;
	margin-left: 0px;
}

/* content section */
#content_swf, #content { width: 388px; height: 302px; }
#content_photo { width: 679px; height: 332px; }

#content p { font-size: 12px; }
#content * a { font-size: 12px; color: #666; }

#content_info{
	width: 388px;
	height: 16px;
	text-align:right;
	margin-right: 20px;	
}

#content_info p{ font-size: 10px; }
#content_info  * a { font-size: 10px; color: #666; text-decoration:none; }
#content_info img{ margin-right: 10px; }

/* footer section */
#footer { margin-top: 30px; text-align:right; margin-right: 20px; }
#footer p { font-size: 11px; line-height: 20px; }
#footer * a { font-size: 11px;	color: #666; }
#footer .navi { text-decoration:none; }

/*border: 1px solid red;*/
