/* IMPORT RESET */
@import url("reset.css");

/* IMPORT 12 COLUMN RESPONSIVE GS */
@import url("responsive.gs.12col.css");


body{
color:#333;
background:#fff url(../images/bg.png);
font-size:62.5%;
font-family: " メイリオ",Meiryo,Osaka," ヒラギノ角ゴ ProW3","Hiragino Kaku Gothic Pro"," ＭＳ Ｐゴシック","MSPGothic",sans-serif;
}

p{
line-height:1.8;
}

/*================================
HEADER
================================*/
#siteID {
	padding: 24px 0 10px 15px;
}

#siteID h1 {
	font-size: 4em;
	font-weight: 400;
	font-family: 'Marcellus', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#siteID .description {
	font-size: 1.4em;
}

/*===============================
contents
===============================*/
.box {
background: #fff;
border:1px solid #999;
padding:20px 15px 15px;
margin-bottom:20px;
font-size:1.5em;
position:relative;
word-wrap:break-word;
}

.box:after {
display: block;
clear: both;
height: 0;
content:"";
}

.box h1{
font-size:2.0em;
border-bottom:1px dashed #999;
margin-bottom:20px;
padding-left:10px;
color:#c00;
line-height:1.3;
}

.box h2{
font-size:1.8em;
background:#EFEFEF;
border-left:10px solid #c00;
padding:5px 10px;
margin-left:-15px;
margin-bottom:20px;
line-height:1.3;
}

.box h3{
font-size:1.7em;
background:#EFEFEF;
border-left:10px solid #0c0;
margin-bottom:20px;
padding-left:10px;
line-height:1.3;
}

.box p{
margin-bottom:15px;
}

.box em {
  font-weight:bold;
}

.sample_01{
/*width: 100%;*/
border-collapse: collapse;
}
.sample_01 th{
/*width: 25%;*/
padding: 6px;
text-align: left;
vertical-align: top;
color: #333;
background-color: #eee;
border: 1px solid #b9b9b9;
text-align: center;
}
.sample_01 td{
/*width: 25%;*/
padding: 6px;
background-color: #fff;
border: 1px solid #b9b9b9;
text-align: center;
}

/*===============================
リンクの装飾
===============================*/
/*コンテンツ内の通常リンク*/
.box a{
color:#e4007f;
text-decoration:none;
}

.box a:hover{
color:#090;
text-decoration:underline;
}

/*===============================
写真の装飾
===============================*/
/* シャドウを使った写真の装飾 */
.box img{
background:#fff;
padding:5px;
box-shadow:0 1px 3px #aaa;
-webkit-box-shadow:0 1px 3px #aaa;
-moz-box-shadow:0 1px 3px #aaa;
behavior: url(PIE.htc);
}

.alignleft {
display: block;
float: left;
margin-right: 15px;
margin-bottom:1em;

}
.aligncenter {
display: block;
margin:0 auto;
}
.alignright {
display: block;
float: right;
margin-left: 15px;
margin-bottom:1em;
}


/*================================
SIDEBARの装飾
================================*/
#sidebar{
font-size:1.3em;
}

.sideinfo {
background:#fff;
border:1px solid #999;
padding:15px;
margin-bottom:30px;

}

.sideinfo h4,
.ad h4{
font-size:1.6em;
border-bottom:2px solid #999;
margin-bottom:15px;
}

.sideinfo h5{
font-weight:bold;
font-size:1.2em;
}


.newentry img{
float:left;
margin:0 7px 5px 0;
border:1px solid #999;
padding:3px;
}

.newentry dd{
margin-top:10px;
}

.newentry h5 a{
color:#069;
text-decoration:none;
}

.newentry h5 a:hover{
color:#c00;
}

.newentry p{
margin-bottom:15px;
}

.icon-file-text-alt{
font-size:1.1em;
margin:0 5px 0;
}

/*================================
FOOTER
================================*/
#footerContainer{
	margin-top:20px;
	background:#000;
}

#footerContainer p{
	text-align:center;
	color:#fff;
	padding:10px 0;
}

 