@charset "utf-8";

/*==================================================
*
* テンプレート設定
*
==================================================*/

/*--------------------------------------------------
* 全体の枠
--------------------------------------------------*/
#wrapper {
	width: 994px;
	margin: 0 auto;
	text-align: left;
	background: url(/common/images/template/bg_wrapper.gif) repeat-y;
}

/*--------------------------------------------------
* ヘッダ
--------------------------------------------------*/
#header {
	position: relative;
	height: 123px;
	background: url(/common/images/template/bg_header.gif) no-repeat;
}

#header .logo {
	position: absolute;
	top: 38px;
	left: 19px;
}

#header .nav {
	position: absolute;
	top: 43px;
	right: 22px;
	text-align: right;
}

#header .nav li {
	height: 30px;
}

#header .fontChange {
	position: absolute;
	top: 43px;
	right: 122px;
	width: 186px;
}

#header .fontChange li {
	display: inline;
	float: left;
	margin-left: 5px;
}

#header .fontChange p {
	float: left;
	height: 11px;
	margin-top: 4px;
}

#header #cse-search-box {
	position: absolute;
	top: 73px;
	right: 122px;
	width: 189px;
	height: 20px;
	background: url(/common/images/template/bg_search.gif) no-repeat;
	display: none;
}

#header #cse-search-box #q {
	display: block;
	float: left;
	width: 119px;
	height: 16px;
	padding: 2px 5px;
	border: 0 !important;
	outline: none;
	background: none !important;
}

#header #cse-search-box #sa {
	display: block;
	float: right;
	width: 60px;
	
}


/*--------------------------------------------------
* グローバルナビゲーション
--------------------------------------------------*/
#nav {
	width: 994px;
}

#nav .parent {
	position: relative;
	display: inline;
	float: left;
	width: 164px;
	margin-left: 32px;
}

#nav .first {
	margin-left: 22px;
}

#nav li ul {
	position: absolute;
	top: 33px;
	left: 0;
	width: 150px;
	_width: 160px; /* IE6 */
	padding: 3px 7px;
	background: #E5F5FA;	
}

#nav li li {
	padding: 5px 0 5px 12px;
	border-top: 1px dotted #72C7E3;
	letter-spacing: -1px;
	background: url(/common/images/icon_arrow03.gif) no-repeat 3px 9px;
}

#nav li li.header {
	border-top: 0;
}

#nav li li a {
	display: block;
	width: 100%;
	text-decoration: none;
}


/*--------------------------------------------------
* パンくずナビ
--------------------------------------------------*/
#topicPath {
	line-height: 1.1;
	margin: 15px 22px;
	color: #666;
	font-size: 84%;
}

#topicPath li {
	display: inline;
	float: left;
}

#topicPath a:link,
#topicPath a:visited {
	color: #666;
}

#topicPath a:hover,
#topicPath a:active {
	color: #333;
}


/*--------------------------------------------------
* コンテンツ
--------------------------------------------------*/
#article {
	display: inline;
	float: right;
	width: 720px;
	line-height: 1.4;
	margin-right: 22px;
	text-align: left;
}

/*----- コンテンツ共通 -----*/


/*--------------------------------------------------
* ローカルナビ
--------------------------------------------------*/
#aside {
	display: inline;
	float: left;
	width: 210px;
	line-height: 1.1;
	margin: 38px 0 0 22px;
	text-align: left;
}

#aside .category {
	border-top: 2px solid #09C;
	border-bottom: 1px dotted #09C;
	padding: 10px 0 10px 15px;
	color: #09C;
	font-size: 142%;
}

#aside .nav li {
	border-bottom: 1px dotted #09C;
}

#aside .nav a {
	display: block;
	padding: 10px 0 10px 25px;
	background: url(/common/images/icon_arrow01.gif) no-repeat 10px 50%;
}

#aside .nav .current a,
#aside .nav a:hover,
#aside .nav a:active {
	color: #069;
	text-decoration: none;
	background: #E5F5FA url(/common/images/icon_arrow01_on.gif) no-repeat 10px 50%;
}

#aside .banner li {
	margin-bottom: 10px;
}

#aside .link {
	margin-bottom: 15px;
	padding: 10px 10px 0;
	background: #F5F5F5;
}

#aside .link li {
	padding: 0 0 10px 16px;
	font-size: 84%;
	background: url(/common/images/icon_arrow04.gif) no-repeat;
}

#aside .blogFeed {
	line-height: 1.3;
	color: #666;
	font-size: 84%;
}

#aside .blogFeed li {
	padding: 6px 0 6px 76px;
	border-top: 1px dotted #CCC;
	text-indent: -73px;
}

#aside .blogFeed li.first {
	border-top: 0;
}


/*--------------------------------------------------
* フッタ
--------------------------------------------------*/
#footer {
	clear: both;
	height: 133px;
	line-height: 1;
	text-align: center;
	background: url(/common/images/template/bg_footer.gif) no-repeat 0 100%;
}

#footer ul {
	margin-right: 30px;
	padding-top: 50px;
	text-align: center;
}

#footer li {
	display: inline;
	padding-left: 30px;
}

#footer #copyright {
	clear: both;
	margin-top: 45px;
}