@charset "Shift_JIS";

/***************■全体構造*********************/

body{
-webkit-text-size-adjust: 100%;
}

/*背景色の指定*/
#backcolor{
	background-color: #f0e68c;
}

/*タイトル*/
#titleImage{
	padding: 0px;
	margin: 0px;
	border: none;
}

/*文字サイズ変更*/
.up20{
	font-size: 120%;
	font-weight: bold;
	color: #ff0000;
}

.down20{
	font-size: 80%;
	color: #2b2b2b;
}

/*****※元流用部分*****/
#page{
	height: auto;
	background-repeat:no-repeat; 
	background-position:5% 2%;
}

#contentsbox{
	border-collapse: separate;
	border: 1px solid #ff69b4;
	height: auto;
	background-color: #ffffff;
}

#lead{
	margin: 5px 0px 8px 5px;
	height: auto;
	font-size: 15px;
	text-align: left;
	color :#2f4f4f;
	border: 0px solid #647238;
	line-height: 120%;
}


td.maru{
	font-size: 15px;
	vertical-align: top;
	margin: 0px 0px 0px 25px;
	text-indent: 15px;
}

td.naiyo{
	font-size: 15px;
	margin: 0px 0px 0px 5px;
}

.koi{
	color:#ff4500;
}

.koib{
	color:#ff4500;
	font-weight: bold;
}

.note{
	color:#333333;
	font-size:12px;
}

.big16{
	font-size: 16px;
	color: #336633;
	font-weight: bold;
}

td.index{
	background-color:#ffffff;
	padding: 5px;
	border-top: 1px solid #99cc00;
	border-bottom: 1px solid #99cc00;
	border-right: 1px solid #99cc00;
	white-space: nowrap;
}

body#inf{
	text-align:left;
	font-size: 13px;
}

td#naiyo{
	padding: 2px 10px 0px 10px;
	text-align: left;
}

/* --------------------------------------------------
	リンク色
-------------------------------------------------- */

a:link{
	color:#006699;
/*	color:#339999;*/
    font-weight: 500;
}
a:visited{
	text-decoration:none;
	color:#006699;
    font-weight: 500;
}
.single_bg a:hover{
	color:#339999;
	text-decoration:none;
}

a:hover{
	color:#006699;
	text-decoration:none;

}
a:active{
	color:#006699;
	text-decoration:none;

}

h1,h2,h3,h4,h5,h6 { margin-bottom : 24px}
/* 垂直方向のマージンを統一 */
 
h1 {
    font-size : 26px; 
    line-height : 1;    
    font-weight: 700;
    /* 要素の高さ：48px（要素を配置するときの高さの基準の2倍）*/
}
 
h2 {
    font-size : 24px;
    line-height : 1.3333;   
    /* 要素の高さ：48px（要素を配置するときの高さの基準の2倍） */
}

h3 {
padding: 10px;
    margin: 40px 0 20px;
    background: #C2F2FA;
    border-left: solid 10px #005AAA;
    font-weight: 600;
    font-size: 22px;
    line-height : 1.1;   
    /* 要素の高さ：24px（要素を配置するときの高さの基準） */
}

hgroup h2,h4,h5,h6 {
    font-size : 16px; 
    line-height : 1.3;   
    /* 要素の高さ：24px（要素を配置するときの高さの基準） */
}


.title{
    font-size : 20px; 
    line-height : 1.3;   
    font-weight: 500;
    /*color: #336633;*/


    /* 要素の高さ：24px（要素を配置するときの高さの基準） */
}


.time{
    font-size : 20px; 
    line-height : 1.0;   
    padding:10px 0px 20px 0px ;
}


P {
    font-size : 14px;
    line-height : 26px;   
    /* 要素の高さ：48px（要素を配置するときの高さの基準の2倍） */
}

