/* CSS Document */


body{
	background-color:#ffffff;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-repeat: repeat;
	background-attachment:fixed;

/* 読みやすい文字設定 */

	font-family:"ヒラギノ角ゴ Pro W3",メイリオ,Osaka,Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif;
    font-size:16px;
    line-height:2.2em;
    letter-spacing:0.8pt;
    color: #444;

}

p{ margin:10px 0px;
min-height:30px;}

a{
	color: #000099;
	text-decoration: none;
}

a:link{
	color: #000099;
	text-decoration: underline;
}

a:visited{
	color:#663399;
	text-decoration: underline;
}

a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #6699CC;
	width: 600px;
}

a:hover img {
-moz-opacity:0.5;
opacity:0.5;
filter: alpha(opacity=50);
} 

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 12px;
 color: #336699;
 margin: 0px;
 padding: 0px;
}

h2{
	font-size: 19px;
	color: #666666;
	display: block;
	background-position: top;
	width: 640px;
	padding: 6px 0px 7px 0px;
	background-repeat: no-repeat;
	line-height: 100%;
	text-indent: 40px;
	margin: 0;
	font-weight: normal;
}

h3{
	font-family: Arial,sans-serif;
	font-size: 18px;
	color: #333333;
	margin: 20px 10px;
	padding: 0px;
	background-repeat: no-repeat;
	padding-left: 30px;
	line-height: 30px;
	display: block;
	clear: both;
}



#wrapper{
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	margin-top: 10px;
	background-color:#FFFFFF;
	display:block;
}





.z03{ font-size:3pt; 	border: solid 1px #cccccc;
	border: 1px solid #CCCCCC;
}
.z04{ font-size:4pt; }
.z05{ font-size:5pt; }
.z06{ font-size:6pt; }
.z07{ font-size:7pt; }
.z08{ font-size:8pt; }
.z09{ font-size:9pt; }
.z10{ font-size:10pt; }
.z11{ font-size:11pt; }
.z12{ font-size:12pt; }
.z13{ font-size:13pt; }
.z14{ font-size:14pt; }
.z15{ font-size:15pt; line-height:180%;}
.z16{ font-size:16pt;  line-height:180%;}
.z18{ font-size:18pt;  line-height:180%;}
.z20{ font-size:20pt;  line-height:180%;}
.z22{ font-size:22pt;  line-height:180%;}
.z24{ font-size:24pt;  line-height:180%;}
.z26{ font-size:26pt;  line-height:180%;}



.photo-right {
	float: right;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.photo-left {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}



a.rollover{
	display:inline;
}

a.rollover:hover{
	filter:Light;
	position: relative;
	top: -2px;
}


.inpadding-10px {
	padding: 10px;
	font-size: 14px;
	line-height: 140%;
}


.m30p30{margin:5px 30px; padding:0px 30px;}

.inpad_waku{padding:5px 20px; margin:5px 20px; border:1px solid #CCCCCC;}





.textbox_border{padding:5px 20px; margin:5px 20px; border:1px solid #CCCCCC;}
.kesi {
	text-decoration: line-through;
}

.zem01{ color:#FF6699; font-weight:bold;}
.pad3px-10px {
	font-size: 12px;
	line-height: 120%;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

.calender{
font-size:12px;
padding:1px 4px;
border-bottom:dotted 1px #CCCCCC;
text-align:left;}

.calender-top{
font-size:9pt;
padding:1px 4px;
font-weight:bold;
border-bottom:solid 2px #CCCCCC;
border-right:solid 1px #CCCCCC;
background-color:#FFCCFF;
text-align:center;}

.tr-color{
background-color:#FFEEF7;}

.letter-main {
	margin-top: 10px;
	margin-right: 100px;
	margin-bottom: 10px;
	margin-left: 100px;
	font-size: 18px;
	line-height: 170%;
	text-align: left;
}

.akamoji {
	color: #af2020;
}
.detail {
	font-size: 14px;
	line-height: normal;
}
.under {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #993366;
	font-weight: normal;
	color: #993366;
}

.under2 {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #993366;
	font-weight: normal;
	color: #993366;
	font-size:20px;
	margin:30px 0px 10px 0px;
	
}



.wrapnote {
	width: 100%;
	border:solid 1px #999999;
}
.note {
	margin: 10px;
}
.note p {
	font-size: 14px;
	line-height: 30px;
	padding: 0 10px;
	background-image: url(images/line.png);
	background-repeat: repeat;
	background-position: left bottom;
}

    .kadomaru   {
	border-radius: 10px;        /* CSS3草案 */

    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
	font-size: 28px;
	background-color: #6699CC;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
    }  
	
.kadomaru a:link{
	color:#FFFFFF;
	text-decoration: underline;
}

a:visited{
	color:#FFFFFF;
	text-decoration: underline;
}

a:hover{
	color:#FFFFFF;
	text-decoration: underline;
	background-color:#6699FF;
}
.comment {
	width: 280px;
	font-size: 14px;
	line-height: 125%;
	float: left;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	padding-top: 5px;
}
.kansou {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #4B4D1C;
	padding-top: 30px;
	padding-bottom: 30px;
}
