/* CSS Document */

p{
	line-height:1.6;
	margin:0 auto 10px 0;
	padding:0;
	line-break:strict;}

img{border:0}

body{font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";}

/*---------------------------------
			見出し
---------------------------------*/
h1{margin:0;
font-size:12px;}
h2{margin:0;
font-size:14px;}

/*---------------------------------
		フォントサイズ
---------------------------------*/
.f9p{font-size:9pt}
.f10p{font-size:10pt}
.f11p{font-size:11pt}
.f12p{font-size:12pt}
.f13p{font-size:13pt}
.f14p{font-size:14pt}
.f16p{font-size:16pt}
.f18p{font-size:18pt}
.f20p{font-size:20pt}
.f22p{font-size:22pt}
.f24p{font-size:24pt}
.f30p{font-size:30pt}
.f35p{font-size:35pt}

.bold{font-weight:bold;}
.under{border-bottom:1px solid;}
.italic{font-style:italic;}

.marker{
background:#ffff00;
}

/*---------------------------------
			色
---------------------------------*/
.red{color:#FF0000;}
.red2{color:#990000;}
.orange{color:#ff6600;}
.white{color:#fff;}
.gray{color:#999;}
.blue{color:#00bfff;}

/*---------------------------------
		テキスト位置指定
---------------------------------*/
.text-right{text-align:right;}
.text-left{text-align:left;}
.text-center{text-align:center;}

/*---------------------------------
		画像位置指定と回り込み
---------------------------------*/
.img-right{float:right;}
.img-left{float:left;}

/*----------------------------------
			マージン
----------------------------------*/
.top0{margin-top:0px}
.top5{margin-top:5px}
.top10{margin-top:10px}
.top20{margin-top:20px}
.top30{margin-top:30px}
.top40{margin-top:40px}
.top50{margin-top:50px}

.bottom0{margin-bottom:0px}
.bottom5{margin-bottom:5px}
.bottom10{margin-bottom:10px}
.bottom20{margin-bottom:20px}
.bottom30{margin-bottom:30px}
.bottom40{margin-bottom:40px}
.bottom50{margin-bottom:50px}

.right0{margin-right:0px}
.right5{margin-right:5px}
.right10{margin-right:10px}
.right20{margin-right:20px}
.right30{margin-right:30px}
.right40{margin-right:40px}
.right50{margin-right:50px}

.left0{margin-left:0px}
.left5{margin-left:5px}
.left10{margin-left:10px}
.left20{margin-left:20px}
.left30{margin-left:30px}
.left40{margin-left:40px}
.left50{margin-left:50px}

/*Make sure your page contains a valid doctype at the top*/
#simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 2px solid #333333;
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
}
