/* **************************************************

Name: common.css

***************************************************** */



/* content===========================================

[-] All Setting
[-] Body & Base Setting
[-] Link Setting

===================================================== */



/* 1: All Setting
=========================================================================================== */

body{
	width:100%;
	margin:0;
	padding:0;
	color:#343434;

}

h1,h2,h3,h4,h5{
	margin:0;
	padding:0;
	font-size:100%;
}

p{
	margin:0;
	padding:0;
	font-size:12px;
	text-align:left;
	line-height:120%;
}

img,a{
	margin:0;
	padding:0;
	border:0;
}

ul{
	list-style:none;
	line-height:100%;
}

a:link {
	color: #2a83e7;
	text-decoration: underline;
}

a:visited { 
	color: #551a8b;
	text-decoration: underline;
}

a:hover {
	color: #890000;
	text-decoration: underline;
}

a:active {
	color: #890000;
	text-decoration: underline;
}

span.clear{
	display:none;
}

.fl{
	float:left;
}

.fr{
	float:right;
}

.m0a{
	margin:0 auto;
}

h3.h3cont{
	margin-bottom: 20px;
}

h4{
	margin-bottom: 10px;
}

.section{
	clear: both;
	margin-bottom: 40px;
}

.section2{
	clear: both;
	margin-bottom: 10px;
}

.rightImg img{
	float: right;
	margin-left: 15px;
}

.leftImg img{
	float: left;
	margin-right: 15px;
}

/* 
=========================================================================================== */

#content{
	width:800px;
	margin:0 auto;
	padding-top:20px;
	text-align:center;
	border-left:1px #d2d2d2 solid;
	border-right:1px #d2d2d2 solid;
	display:table;
}


#header{
	margin:0 18px 18px 18px;
	width:760px;
/*
	height:163px;
*/
	clear:both;
	display:table;
}

#site_id{
/*
	background:url(../img/site_id.jpg) no-repeat;
*/
	width:130px;
	height:40px;
	margin-top:23px;
	padding:80px 0 0 630px;
	display:block;
}

#site_id .what_miau{
	display:block;
}


/* Main Content
=========================================================================================== */

#Main_content{
	background:url(../img/content_bg.gif) repeat-y center;
	width:760px;
	margin:0 18px;
	display:table;
	clear:both;
	text-align:left;
	}

#Alpha{
	background-color:#FFFFFF;
	width:200px;
	float:left;
	display:table;
	text-align:left;
}

.Alpha_Inner{
	background-color:#dcecff;
	width:188px;
	margin-bottom:6px;
	padding:7px 7px 7px 5px;
	border-bottom:1px #bcd8fa solid;
}

.Alpha_content{
	background:url(../img/cont_bg_body_s.gif) repeat-y;
	width:190px;
	margin:0 auto 8px auto;
	display:table;
}

.Alpha_content_foot{
	background:url(../img/cont_bg_foot_s.gif) no-repeat center bottom;
	width:190px;
	padding-bottom:10px;
	display:table;
}

#Alpha h3{
	font-size:12px;
	font-weight:bold;
	margin:9px 0 8px 10px;
}

#Alpha h3.staff{
	background:url(../img/burette_pink.gif) no-repeat left;
	margin:9px 0 8px 0px;
	padding-left:13px;
	font-size:12px;
	font-weight:bold;
	display:table;
}

* html #Alpha h3.staff{
	margin:9px -20px 8px 10px;
}

.Alpha_content_Inner{
	width:175px;
	margin:0 auto;
	padding-bottom:5px;
	clear:both;
	display:table;
	border-bottom:1px #CECECD solid;
}

.Alpha_content_Inner_nb{
	width:175px;
	margin:0 auto;
	clear:both;
	display:table;
}


.Alpha_content_Inner img,
.Alpha_content_Inner_nb img{
	float:left;
	margin-right:5px;
	display:block;
}

* html .Alpha_content_Inner_nb img.staff{
	margin-left:5px;
}


.Alpha_content_Inner p,
.Alpha_content_Inner_nb p{
	padding-top:1px;
	font-size:10px;
	line-height:120%;
}
	
.alpha_moreBtn{
	margin:10px 0 0 95px;
	clear:both;
}

.staff_btn{
	width:175px;
	height:25px;
	margin-top:15px;
	border-bottom:1px #cacaca solid;
	padding:0 0 5px 0px;
	display:block;
	clear:both;
}

* html .staff_btn{
	width:188px;
}

.staff_btn_nb{
	width:175px;
	height:25px;
	margin-top:15px;
	display:block;
	clear:both;
}

.staff_btn_nb a,
.staff_btn a{
	float:right;
}

.navi_Area{
	margin:0 auto;
}
.navi_Area .navi{
	margin-bottom:7px;
}



#Bate{
	width:540px;
	float:right;
	display:table;
}



/* footer
=========================================================================================== */

#footer{
	width:800px;
	margin:44px 0 10px auto;
	text-align:center;
	clear:both;
}

ul#foot_Navi{
	margin:0 auto;
}

ul#foot_Navi li{
	display:inline;
	font-size:12px;
	border-left:1px solid #000000;
	padding:0 7px;
}

ul#foot_Navi li.last{
	display:inline;
	font-size:12px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	padding:0 7px;
}

#copy{
	width:800px;
	height:22px;
	display:block;
	margin:0px auto 0 auto;
}













