@charset "utf-8";

/* プロパティの指定順序 */
/*
* display
* list-style
* position
* float
* clear
* width
* height
* margin
* padding
* border
* background
* color
* font
* text-decoration
* text-align
* vertical-align
* white-space
* other text
* content
*
*/

/*==========================================================================================
	Copyright (c) 2008, Yahoo! Inc. All rights reserved.
	Code licensed under the BSD License:
	http://developer.yahoo.net/yui/license.txt
	version: 2.5.1
==========================================================================================*/
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
}
table {
	font-size:inherit;
	font:100%;
}
pre,code,kbd,samp,tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

/*==========================================================================================
==========================================================================================*/
html {
	height:100%;
}
body {
	position:absolute;
	width:100%;
	height:100%;
	background:url(../common/img/bg_out.gif) 0 0 repeat;
	color:#333;
}
* html body {
	text-align:center;
}

#skipNavi {
	position : absolute ;
	left : -9999px ;
	width : 9999px ;
}
a:link {
	color:#106fac;
	text-decoration:none;
}
a:visited {
	text-decoration:underline;
}
a:hover {
	color:#106fac;
	text-decoration:underline;
}

/*==========================================================================================
	// 
==========================================================================================*/
#globalHead {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:25px;
	background:url(../common/img/bg_head.gif) 0 0 repeat-x;
}
* html #globalHead {
	text-align:left;
}
#globalHead a {
	margin:0 9px;
}

/*==========================================================================================
	// 
==========================================================================================*/
#wrapper {
	width:800px;
	height:100%;
	margin:0 auto;
	background:#fff url(../common/img/bg_body.gif) 0 0 repeat-y;
}
* html #wrapper {
	height:100%;
	text-align:left;
}
html>body #wrapper {
	height:auto;
	min-height:100%;
}

/*==========================================================================================
	// 
==========================================================================================*/
#localHead {
	margin:0 1px;
	padding:0 15px;
	background:url(../common/img/bg_localhead.gif) 0 0 repeat-x;
}
#localHead p {
	float:left;
}
#localHead ul {
	float:right;
	margin:3px 0 0;
}
#localHead ul li {
	float:left;
	margin:0 0 0 9px;
}

.mainImg {
	margin-top:25px;
}
.copyR {
	padding-bottom:20px;
	padding-left:220px;
	color:#999;
	font-size:77%;
	text-align:center;
}
/*==========================================================================================
	// 
==========================================================================================*/
#contentBody {}
#main {
	float:left;
	width:800px;
}
#main .inner {
	margin-left:251px;
}
#main .inner .section {
	width:516px;
}

#sub {
	float:left;
	width:221px;
	margin-left:-800px;
}
#sub .inner {
	margin-left:16px;
}

/*==========================================================================================
	// 
==========================================================================================*/
.section {
	margin:20px 0 40px;
	padding:15px 0 0 0 ;
	border:1px solid #77c1f0;
	background:#e1ecf3 url(img/img_icon.jpg) 15px 15px no-repeat;
}
/*
==========================================================================================*/
.entryHeader {
	margin:0 15px;
	padding:0 0 0 97px;
	background:url(img/news_30.gif) 78px 50% no-repeat;
}

/*
------------------------------------------------------------------------------------------*/
.entryTitle {
	min-height:46px;
	color:#106fac;
	font-size:107%;
}
* html .entryTitle {
	height:46px;
}

/*
------------------------------------------------------------------------------------------*/
.entryDate {
	padding:4px 5px;
	background:#fff;
	color:#106fac;
	font-size:93%;
	text-align:right;
}

/*
==========================================================================================*/
.entryBody {
	margin:20px 15px 0;
	font-size:93%;
}
/*-------------------------追加---------------------------------------*/
.asset-content p {
	padding:15px 0 0;
	color:#666;
	font-size:90%
}
.trackbacks-link {
}
.archive-title {
	background:#e1ecf3 url(img/news_30.gif) no-repeat scroll 0 50%;
	margin:20px 30px 0 0;
	padding:10px 0 10px 20px;
	font-size:107%;
	color:#106fac;
}
.asset-body {
	padding:0 0 15px;
	line-height:1.5em;
}
.content-nav {
	padding:0 0 15px;
	text-align:center;
}
.archive-list ul {
	padding:15px 0;
	line-height:1.5em;
}
/*-------------------------/追加---------------------------------------*/
/*
==========================================================================================*/
.entryFooter {
	margin-top:20px;
	padding:5px 13px 5px;
	border-top:1px solid #77c1f0;
	background:#4aa2d9;
	text-align:right;
}
.entryFooter ul {
	float:right;
	border-left:1px solid #fff;
}
.entryFooter ul li {
	float:left;
	padding:0 10px;
	border-right:1px solid #fff;
	line-height:1;
}
.entryFooter a {
	color:#fff;
	font-size:90%;
}

.itemTitle {
	margin-top:20px;
}
.itemList {
	margin:12px 0 0 5px;
}
.itemList li {
	width:172px;
	padding-bottom:7px;
	padding-left:12px;
	color:#106fac;
	font-size:85%;
/*	list-style:disc inside;*/
	background:url(img/ico_dot.gif) 0 4px no-repeat;
	
}

/*==========================================================================================
	floatさせたボックスが親ボックスの外にはみ出す現象を回避
	(macIE用にmac-ie5.cssにも記述すること)
==========================================================================================*/
#contentBody:after,
#localHead:after,
.entryFooter:after,
.clearFix:after
{
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* Mac IE には適用させない \*/
* html #contentBody,
* html #localHead,
* html .entryFooter,
* html .clearFix
{
	height:1%;
}
/* IE7 */
*:first-child+html #contentBody,
*:first-child+html #localHead,
*:first-child+html .entryFooter,
*:first-child+html .clearFix
{
	display:inline-block;
}
/* */
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここまで） */


