@charset "Shift_Jis";

* {
margin: 0;
padding: 0;
font-size : 100%;
font-style: normal;
font-weight: normal;
}

/* 基礎 */

body {
margin: 15px; 
background-color: #ffffff;
color: #666666;
font-size: 12px;
line-height: 1.6;
}

a:link {color: #009933; text-decoration: none;}
a:visited {color: #009933; text-decoration: none;}
a:active {color: #009933; text-decoration: underline;}
a:hover {color: #880000; text-decoration: underline;}


/* ボックス */
container {
width:650px;
text-align: center;
}

/* 文字飾り */
h1{
width:650px;
margin: 0;
padding: 0;
padding-bottom: 5px;
border-bottom:1px solid #FF8400;
text-align: left;
}

h2{
width:650px;
margin: 0;
padding: 5px 0px;
text-align: left;
}

.text{
width: 650px;
margin: 0px;
padding: 10px 0px;
font-size: 12px;
line-height: 1.6;
text-align: left;
}

.text_b{
font-size: 14px;
line-height: 1.6;
font-weight: bold;
text-align: left;
}

.text_small{
width: 650px;
margin: 0px;
padding: 10px 0px;
font-size: 11px;
line-height: 2.0;
text-align: center;
}

.big{
color: #cd5c5c;
font-size: 14px;
line-height: 1.6;
font-weight: bold;
text-align: left;
}

/* 写真 */
.img{
margin: 5px 0px;
}