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

td {
	font-size:14px; 
	line-height:16px; 
	font-family:"メイリオ","ＭＳ ゴシック"; 
	color:#2a2a2a;
}/*基本の文字の大きさ、色、フォントの種類 */


A:link { 
	color:#330099;
 }	/*リンク色*/

A:visited { 
	color:#330099;
 }	/*訪問済みリンク色*/

A:active {
	color:#330099; 
}	/*クリックしたときのリンク色*/

A:hover {
	color:#66FFCC;
}	/*マウスでポイントしたときのリンク色*/


.title { 
	font-size:20px; 
	color:#fefbcc; 
	font-family:Verdana; 
}	/*タイトルの大きさ、色、フォントの種類*/


/*サイドメニューの大きさ、色、フォントの種類*/
.side { 
    color:#004000; 
	background-color:#E4E5ED;
}	
.side A:link    {color:#735D37; }
.side A:visited {color:#735D37; }
.side A:hover   {color:#3380ff; }


/*メインのセルの色（薄い黄色）*/
.td4 {
	background-color:#ffdd77;
	color:#ffffff;
 }

/*中セルの色（オレンジ色）*/
.td1 {
	background-color:#FF8F34;
 }

/*テキストエリアの色（白）*/
.td2 {
	background-color:#ffffff;
	text-align: left;
	margin: 0 auto 30px auto;
}

/*Contentsのセルの色と文字の色*/
.td5 {
	background-color:#3C5A91;
	font-family:"メイリオ", "ＭＳ ゴシック";
	font-size:16px;
	;
	color: #FFF;
	font-weight: bold;
	line-height:26px; 
}

/*サブタイトルの色*/
.td3 {
	background-color:#3C5A91;
	color:#ffffff;
 }


.highlight, .high {
    background-color: #FFCCFF;
    padding: 3px;
    font-weight: bold;
}

.td_1 {
    color: #FFFFFF;
    background-color: #387d00;
    text-align: right;
}
.td_3 {
    padding: 0px!important;
}
.table1 {
    width: 500px;
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #666666;
    border-left-color: #666666;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}

.table1 td {
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	text-align: left;
	font-size: 14px;
}

.table1 td p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

.table1 td A:link { 
	color:#3C5A91;
 }	/*リンク色*/

.table1 td A:visited { 
	color:#3C5A91;
 }	/*訪問済みリンク色*/

.table1 td A:active {
	color:#3C5A91; 
}	/*クリックしたときのリンク色*/

.table1 td A:hover {
	color:#3C5A91;
}	/*マウスでポイントしたときのリンク色*/


.profile {
    margin-top:30px;
    margin-bottom:30px;
}
/* tb^[ */

#footer {
    font-size: 12px;
    text-align: center;
    clear: both;
    line-height: 180%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.blackbold {
    font-size: 24px;
    font-weight: bold;
    line-height:160%;
}

.Centering {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

.Section {
    width: 720px;
    margin: 0 auto 30px auto;
    clear:both;
}

.SectionTxt {
    background-image: url(../images/bc_txt.jpg);
    width: 720px;
    margin: 0 auto 30px auto;
}
.SectionTxt p {
    line-height: 30px;
    margin-bottom: 30px;
}
.picset_r {
    width: 210px;
    float: right;
    text-align: right;
}

.picset_rwide {
    width: 330px;
    float: right;
    text-align: right;
}

.picset_rwide p {
    font-size: 12px;
    color: #666666;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}
.picset_l {
    width: 210px;
    float: left;
    text-align: left;
}
.picset_r p, .picset_l p {
    font-size: 12px;
    color: #666666;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

div#content_data {
	padding-left: 30px;
	width: 740px;
	font-size: 16px;
	line-height:24px;
	text-align: left;
}
