﻿/* サイト全体の設定 */
body {
	margin: 0px;
        font-family: MS UI Gothic, Arial, sans-serif;
　　　　font-size:14px;
	background-color:#ccffff;
}


/*赤文字*/
.rb{ color:#f00;}

/*下線*/
.uline{ text-decoration:underline;}

/*文字色背景を黄色*/
.yb{ background:#ff0;}




/* 各種タグレイアウト */


p{
	margin-top:0px;
	margin-bottom:5px;
	margin-left:10px;
　　　　font-size:14px;
　　　　line-height:188%;
}


 .table{ 
        border-right: 1px solid ; 
        border-top: 0px solid ; 
        border-left : 1px solid ; 
        border-bottom:0px solid ; 
        border-color:#cc9900;
        font-family: MS UI Gothic, Arial, sans-serif;
　　　　font-size:14px;

}





#header h1 {
	font-size: 10px;
	margin: 0px;
	width: auto;
	text-align: right;
	padding-top: 0px;
	display: block;
	text-indent: 15px;
	color: #ffffff;
	font-weight: normal;
}


h2{
	padding:10px 10px 10px 10px;
	font-weight:normal;
	background-color:#ff9900;
	font-family:MS UI Gothic;
        font-size:13px;
	color: #FFFFFF;
	text-align: left;
        text-valign:middle;
     
}




#main {

	padding:10px 10px 10px 10px;
	font-weight:normal;
	background-image: url(images/h3.gif);
	font-family:MS UI Gothic;
        font-size:13px;
	color: #FFFFFF;
	text-align: left;
        text-valign:middle;
}





h3 {

	padding:10px 10px 10px 10px;
	font-weight:normal;
	background-color:#ff9900;
	font-family:MS UI Gothic;
        font-size:13px;
	color: #FFFFFF;
	text-align: left;
        text-valign:middle;
}





/* リンクのレイアウト */

a,
a:visited{
}


a:hover{
	color: #FF0000;
	text-decoration: none;
}

a img {
    border: 0;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}




/* サイト全体のレイアウト */


#box {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 950px;
	background-image: url(images/box-back.jpg);
	background-repeat: repeat-y;
	background-position: 0px;
}

/* ヘッダーの設定 */

#header {
	height: 135px;
	width: 948px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: center;
}



#header p {
	display: block;
	text-align: right;
	width: auto;
	font-weight: normal;
	font-size: 11px;
	color: #000;
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
        font-family: MS UI Gothic, Arial, sans-serif;
}

#header h1 a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
        font-family: MS UI Gothic, Arial, sans-serif;
}






/* コンテンツレイアウト */

#contents {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	background-color: #FFFFFF;
}

#contents-main {
	width: 830px;
	height: 100%;
	position: static;
	margin-top: 0px;
	margin-right: 10px;
	display: inline;
}




/* フッターの設定 */

#footer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color:#ff9900;
	height: 88px;
	padding-top: 20px;
}





/* エントリーのレイアウト */

.entry-body {
	width: 730px;
	margin-top: 5px;
	margin-bottom: 5px;
     	font-size: 13px;
   	color: #330000;
	line-height:130%;
	margin-right: auto;
	margin-left: auto;

}

#bookmark {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	text-align: center;
	margin-top: 30px;
}


#bookmark img a {
	margin-right: 5px;
	margin-left: 5px;
}

#container {
	height: 0;
	width: 0;
	visibility: hidden;
	position: absolute;
}

