
body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align:center;
	background-color: #FFFFFF;
	margin : 0px 0px 0px 0px;
	background: url("img/back.jpg");
	background-repeat: repeat-x;
	color:#666;
	font-size: 12px;
	line-height: 150%;
}


/* 画像の属性等 */
img {
	border-style: none;
	}

strong {
	color: #666666;
}

/*  ページナビ  */
.navi {
	height: 12px;
	font-size: 10px;
	color:#666;
	margin: 0px 0px 5px 10px;
}

.navi a:link, .navi2 a:visited, .navi2 a:active {
	color: blue;
}

.navi a:hover {
	color: #FFCC00;
}

/* ボックスの指定(背景有) */
.box {
	width: 470px;
	border: 1px solid #FFC3DE;
	background-color: #FFF;
	margin: 5px;
	padding : 8px;
	font-size: 12px;
	color: #666;
	line-height:150%;
	background: url("img/box-back.jpg");
	background-repeat: repeat-x;
}

.box .index {
	padding: 0px 0px 5px 0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bold;
	color: blue;
}

/* ボックスの指定(背景無) */
.boxn {
	width: 470px;
	border: 1px solid #FFC3DE;
	background-color: #FFF;
	margin: 5px;
	padding : 8px;
	font-size: 12px;
	color: #666;
	line-height:150%;
}

.boxn .index {
	padding: 0px 0px 5px 0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	color: #666;
}

/* ボックスの指定(右側) */
.boxl {
	width: 125px;
	border: 1px solid #FFC3DE;
	background-color: #FFF;
	margin: 5px;
	padding : 2px;
	font-size: 12px;
	color: #666;
	line-height:150%;
}

.boxl .index {
	padding: 0px 0px 0px 13px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	color: #666;
	background-image: url("img/green_icon.gif");
	background-repeat:no-repeat;
	background-position: 0px 2px 0px 0px;

}

.detail {
	text-align:left;
	font-size: 12px;
	margin-right:1px;
	margin-top:10px;
	margin-bottom:5px;
}

h3 {
	margin: 10px 5px 5px 5px;
	padding-left: 10px;
	font-size:14px;
	font-weight:bold;
}
/* ボックスの指定(左側) */
#left .boxl {
	width: 141px;
	border: 1px solid #FFC3DE;
	background-color: #FFF;
	margin: 5px;
	padding : 2px;
	font-size: 12px;
	color: #666;
	line-height:150%;
}

#left .boxl .index {
	padding: 0px 0px 5px 13px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bold;
	color: #666;
	background-image: url("img/green_icon.gif");
	background-repeat:no-repeat;
	background-position: 0px 2px 0px 0px;

}
/* リンクの属性（未指定の時） */
a {
	text-decoration: underline;
}


a:link {
	color: #0066CC;
}


a:visited {
	color: #8080C0;
}

a:active {
	color: #8080C0;
}

a:hover {
	color: #0066CC;
}

/* --------- 基本設定 ----------------------------------　*/
#base {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#wrapper {
	width: 800px;
	border: none;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url("img/top.jpg");
	background-repeat: no-repeat;
}

#wrapper1 {
	width: 800px;
	border: none;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url("img/top-osibana.jpg");
	background-repeat: no-repeat;
}



---------------------------------------------------------



/* 枠等の属性 */
#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFF;
}
		
/*ヘッダー部分*/
#header	{
	margin : 0px;
	padding: 0Px;
	height : 123px;
}

#header a{
	width:798px;
	height:123px;
	background-image: url("img/top.jpg");
	background-repeat: no-repeat;
	display: block;
	margin-top : 0px;
	margin-bottom: 0px;
	text-indent: -999px;
}

#header a:hover {
	background-image: url("img/top.jpg");
	background-repeat: no-repeat;
}

		
#header p{
	margin-left:0px;
	padding-left:5px;
	color: #666666;
	font-size:14px;
	font-weight:bold;
}

#header .g-search{
	float:right;
	padding-top:30px;
}








#unit{
	width:655px;
	float:left;
}

/*左サイドバー部分*/
#left {
	width: 150px;
	float: left;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
}

#left h2 {
	font-size: 12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
	margin-bottom: 5px;
}
		
#left p {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 140%;
}

#left a {
	color: #0066CC;
}
		
#left a:hover{
	color : #0066CC;
}



/*右サイドバー部分*/
#right {
	width: 130PX;
	float: right;
	padding-top: 0px;
	padding-bottom: 20px;
}

#right h2 {
	font-size: 12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: white;
	margin-bottom: 5px;
}

#right p {
	font-size: 12px;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
}
		
#right a {
		color: #0066CC;
}

#right a:hover{
		color : #0066CC;
}


/*エントリー部分*/
#content {
	float:right;
	width:488px;
}

#content h1, #content h2, #content h3, #content p {
	margin-right: 10px;
	margin-left: 10px;
}

#content h1	{
	margin-left:0px;
	padding-left:5px;
	color: #666666;
	font-size:14px;
	font-weight:bold;
}

#content h2	{
	margin-left:0px;
	padding-left:5px;
	color: #666666;
	font-size:14px;
	font-weight:bold;
}
		
#content h3	{
	margin-left:0px;
	padding-left:5px;
	color: #666666;
	font-size:14px;
	font-weight:bold;
}
				
#content h4	{
	font-size: 12Px;
	font-weight:bold;
	color: #666666;
	margin-left: 10px;
	text-align: left;
}
	

#content p{
	font-size: 12Px;
	color: #666666;
	line-height: 140%;
	margin-left:15px;
	margin-right:5px;
}

#content a{
	color: #0066CC;
}

#content A:hover{
	color : #0066CC;
}		

/*フッター部分*/
#footer {
	padding-top: 3px;
	clear: both;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 5px;
}
		
#footer p {
	font-size: 10px;
	margin-top: 0;
	margin-bottom: 0;
}
		
#footer a {
	color: white;
}

#footer A:hover{
	color : white;
}

/* Copyrights */
.copyrights {
	clear: both;		
	font-size: 12px;
    text-align: center;
	height: 20px;
	margin: 0;
	background-color: #7B0031;
}

.copyrights p {
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
	color: white;
}

