@charset "utf-8";
/* CSS Document */

/* -----------------------------------------------------------
	00 body,default link color
	01 header,glovalnavi:2nd     glovalnavi:top=top.css
	02 main
	03 topic path
	04 footer
----------------------------------------------------------- */

/* -----------------------------------------------------------
 =00 body,default link color
----------------------------------------------------------- */
body {
	margin:20px auto;
	background-color:#FFFFFF;
	color:#333333;
	}

a:link {
	color:#E12D81;
	text-decoration:underline;
	}

a:visited {
	color:#E12D81;
	text-decoration:underline;
	}
	
a:hover {
	color:#E12D81;
	text-decoration:none;
	}

a:active {
	color:#E12D81;
	}
	
/* -----------------------------------------------------------
 =01 header
----------------------------------------------------------- */
#header {
	width:955px;
	margin:0 auto;
	}

	#headerLogo {
		float:left;
		width:250px;
		text-align:left;
		}

		#headerLogo h1 {
			margin:0 0 12px 13px;
		}

	#headerContents {
		float:right;
		width:415px;
		text-align:right;
		}

		#headerContents p {
			margin-top:28px;
			}

		#headerContents #search {
			position:relative;
			float:right;
			width:319px;
			height:38px;
			margin-top:16px;
			background:url(../img/bg_serch.jpg) no-repeat 0 0;
			}

		input.seachBox {
			position:absolute;
			top:8px;
			right:54px;
			width:250px;
			height:17px;
			}

		input.seachBtn {
			position:absolute;
			top:8px;
			right:10px;
			width:44px;
			height:21px;
			}

/* global navi 2nd --------------- */
#gNaviBg {
	clear:both;
	width:100%;
	height:52px;
	margin-bottom:20px;
	background:url(../img/bg_gnavi.gif) repeat-x 0 8px;
	font-size:93%;
	}

	#gNavi {
		width:955px;
		margin:0 auto;
		}
	
		#gNavi ul li {
			float:left;
			margin:0;
			}
		
		#gNavi ul li img {
			vertical-align:top;
			}

/* -----------------------------------------------------------
 =02 main
----------------------------------------------------------- */
#container {
	width:955px;
	margin:0 auto;
	line-height:1.45;
	text-align:left;
	}

/* -----------------------------------------------------------
 =03 topic path
----------------------------------------------------------- */

/* -----------------------------------------------------------
 =04 footer
----------------------------------------------------------- */
#footer {
	clear:both;
	width:955px;
	margin:0 auto;
	padding-top:5px;
	border-top:1px solid #E0E0E0;
	}

	#footerNavi {
		float:left;
		width:720px;
		margin-top:10px;
		}

		#footerNavi ul li{
			display:inline;
			margin-right:3px;
			padding-left:7px;	
			background:url(../img/ic_fnavi.gif) no-repeat 0 center;
			font-size:85%;
			}
		
			#footerNavi ul li.none{
				background-image:none;
				padding-left:0;
				}
		
			/* fnavi link color --------------- */
			#footerNavi ul li a:link {
				color:#333333;
				text-decoration:underline;
				}
			
			#footerNavi ul li a:visited {
				color:#333333;
				text-decoration:underline;
				}
			
			#footerNavi ul li a:hover {
				color:#333333;
				text-decoration:none;
				}
			
			#footerNavi ul li a:active {
				color:#333333;
				}
		
		#footerNavi address {
			margin-bottom:15px;
			color:#666666;
			font-size:77%;
			}
	
	#veriSign {
		float:right;
		width:225px;
		}
	
		p.txtVeriSign{
			margin-top:18px;
			font-size:77%;
			line-height:1.3;
			}
#footer_blog {
	clear:both;
	width:955px;
	margin:0 auto;
	padding-bottom: 10px;
}
