﻿@charset "UTF-8";

/* 共通インクルード */
@import url("common.css");

/* メインコンテンツ */
#main { 
 float: left;
 width: 794px;
 margin: 8px;
 padding; 2px;
 border-width: 1px;
 border-color: #bcada1;
 border-top-style: solid;
 border-left-style: solid;
 border-right-style: solid;
 border-bottom-style: solid;
}

#main img {
 margin: 8px;
 padding: 8px;
}

/* コンテンツ内容 */
#contentstitle{
 color:#000;
}

#contentstitle a{
 color:#000;
 text-decoration: none;
}

#contentstitle h2 {
 color: #000;
 background-image: url("../img/midashi720.png");
 background-position: left;
 background-repeat: no-repeat;
 font-size: 1.4em;
 background-color:#FFF;
 font-weight: bold;
/* 上 右 下 左 */
 padding: 2px 0px 0px 24px;
 margin: 0px 0px 0px 32px;
 width: 720px;
 height: 30px;
 text-align: center;
/* border-left-style: outset; 
 border-bottom-style: double; 
 border-width: 8pt; */
}
 
#contents {
 margin: 15px 40px 15px 20px;
 line-height: 1.4em;
}

#center {
 text-align: center;
/* position: center;
 margin-left: auto;
 margin-right: auto;
*/
}

#contents li {
	/* 上 右 下 左 */
	 margin: 0px 0px 0px 40px;
	 padding: 1px 1px 1px 1px;
}

#contents a {
 color: #000080;
}

#contents a:hover {
 color: #020202;
 font-weight: bold;
}

#contents a:visited {
 color: #909090;
}

#contents a:visited:hover {
 color: #020202;
 font-size: 1.2em;
 font-weight: bold;
}

br {
 line-height: 150%;
}
