/* 基本 */
* {
 margin: 0px;
 padding: 0px;
 line-height: 130%; 
}

/* 全体 */
body {
 background-color: #FFF;
 color: #000;
 padding: 8px;
 font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, verdana, arial, sans-selif;
 font-weight: normal;
}

#h3 {
 color:#000000;
 line-height: 120%;
 border-style: double;
 padding: 64px;
 margin: 48px 48px;
}
 


/* レイアウト */
#wrap {
 text-align: center;
}

#container {
 margin-left: auto;
 margin-right: auto;
 width: 900px;
 background:#FFF;
 text-align: center;
}

#title {
 width: 900px;
 height: 100px;
 margin: 4px 16px;
 padding: 4px 8px;
 color:#FFFFFF;
 background:#000080;
 text-align: left;
 font-size: 14px;
}
#title p {
 margin: 16px 14px;
 padding: 8px;
 font-size: 40px;
}

#menu {
 width: 900px;
 margin: 4px 16px;
 padding: 4px 8px;
 color:#000080;
 background:#F0F0F0;
 text-align: left;
 font-size: 14px;
}

#menu a {
 color: #000080;
}

#menu a:visited {
 color: #000030;
}

#menu a:hover {
 font-weight: bold;
 color: #000080;
 background: #FFFFFF;
}

#main { 
 width: 560px;
 float: left;
 text-align: left;
}

#links {
 width: 180px;
 float: left;
 border-width: 1px;
 border-color: #000000;
 border-left-style: solid;
 border-bottom-style: solid;
}

#ad_r {
 width: 140px;
 float: right;
}

#footer {
 position: center;
 text-align: center;
 bottom: 0px;
 clear: both;
 width: 900px;
}

/* コンテンツ内容 */
#contentstitle{
 color:#000;
}

#contentstitle a{
 color:#000;
 text-decoration: none;
}

#contentstitle h1 {
 color: #000;
 font-size: 1.4em;
 background-color:#FFF;
 margin: 4px;
 padding: 4px;
 width:500px;
 text-align: left;
 border-left-style: outset; 
/* border-right-style: outset; */
 border-bottom-style: double;
 border-width: 8pt;

 font-weight: bold;
 }
 
#contentstitle h2 {
 color: #000;
 font-size: 1.0em;
 background-color:#FFF;
 font-weight: bold;
 margin: 2px;
 padding: 2px;
 width: 250px;
 text-align: left;
 border-left-style: outset; 
 border-bottom-style: double;
 border-width: 8pt;
 }
 
#contents {
 margin: 15px 40px 15px 20px;
 line-height: 1.4em;
}
#contentscap {
 margin: 15px 40px 15px 20px;
 line-height: 1.4em;
 vertical-align: middle;
}

#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%;
}

/* プロダクトリンク */
#product {
 color:#000;
 margin: 5px;
 text-align: center;
}
 
#product h2 {
 color:#FFFFFF;
 background:#000070;
 font-weight: bold;
 padding: 12px;
 margin: 12px 2px;
 border-left-style: outset;
 border-bottom-style: outset;
 border-width: 3pt;
}
 
#product h3 {
 color:#FFFFFF;
 background:#000060;
 line-height: 120%;
 border-style: double;
 padding: 48px;
 margin: 32px 32px;
}
 
#product h4 {
 color:#000;
 text-align: center;
 padding: 4px;
 margin: 4px;
}
 
#product img {
 margin: 2px;
}

#product a {
 color: #000080;
}

#product a:visited {
 color: #000030;
}

#product a:hover {
 font-weight: bold;
 color: #000080;
 background: #E0E0E0;
}


/* 柱リンク */
#link {
 color:#000;
 margin: 5px;
 line-height: 160%;
 text-align: right;
}

#link a {
 color: #000080;
}

#link a:visited {
 color: #000030;
}

#link a:hover {
 font-weight: bold;
 color: #000080;
 background: #E0E0E0;
}


#link h3 {
 color:#FFFFFF;
 background:#000070;
 font-weight: bold;
 padding: 12px;
 margin: 12px 2px;
 border-left-style: outset;
 border-bottom-style: outset;
 border-width: 3pt;

}
 
#link h4 {
 color:#FFFFFF;
 background:#000060;
 border-style: double;
 padding: 4px;
 margin: 14px 12px;
}
 
/* フッタ内部 */
#info {
 margin: 5px;
}

#info p {
 text-align: center;
}
