/*　オリジナル
---------------------------------------------------------------------------------*/

body {
	background-repeat:no-repeat;
	margin:0px;
	color: #333333;
	background-color: #E7F9ED;
}

a:link	{ color: #996600 }
a:visited	{ color: #663300 }
a:active	{ color: #CCCCCC }

.text		{  font-size:12px;  line-height:16px;  text-decoration: none; }
.text_big 	{  font-size:14px;  line-height: 20px; }

#main {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer {
	font-size: 10px;
}
.title {
	font-size: 12px;
	font-weight: bold;
}

#gpto { 
	vertical-align: middle; 
}

/*　カスタマイズ
---------------------------------------------------------------------------------*/

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

#container {
	line-height: 140%;
/*　	margin-right: auto;	*/
/*　	margin-left: auto;	*/
	text-align: left;
	padding: 0px;
	width: 780px;
	background-color: #FFFFFF;
	border: 0;
}

#left {
	float: left;
	width: 200px;
	background-color: #FFFFFF;
	border: 0;
	overflow: hidden;
}

#center {
	float: left;
	width: 520px;
	background-color: #FFFFFF;
	border: 0;
	overflow: hidden;
}


/*　コンテンツ
---------------------------------------------------------------------------------*/
.content {
	padding: 15px 15px 5px 15px;
	background-color: #FFFFFF;
	border: 0;
	color: #333333;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
}
.content p {
	color: #333333;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
	font-weight: normal;
  	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
}
.content blockquote {
  	line-height: 150%;
}
.content li {
  	line-height: 150%;
}

/*　コンテンツ H2　*/
.content h2 {
	color: #333333;
	font-size: 12px;
/*	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;	*/
/*	font-size: x-small;	*/
	border: 0;
	text-align: left;
	margin-bottom: 10px;
}

/*　コンテンツ　タイトル　*/
.content h3 {
	color: #333333;
	font-size: 14px;
/*	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;	*/
/*	font-size: large;	*/
	border: 0;
	text-align: left;
	margin-bottom: 10px;
}

/*　コンテンツ　フッタ　*/
.content p.posted {
	clear: both;
	color: #333333;
/*	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;	*/
	font-size: x-small;
	border: 0;
	text-align: right;
	margin-bottom: 25px;
	line-height: normal;
}


/*　サイドバー
---------------------------------------------------------------------------------*/
.sidebar {
	padding: 0px 15px 5px 0px;
}
.sidebar h2 {
	color: #333333;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
	border: 0;
	text-align: left;
	letter-spacing: .3em;
}
.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
}
.sidebar li {
	color: #333333;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
	text-align: left;
	line-height: 150%;	
	margin-top: 10px;
	list-style-type: none;
}
.sidebar img {
	border: 0;
}

/*　カレンダー
---------------------------------------------------------------------------------*/
#calendar {
  	line-height: 140%;
	color: #333333;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
  	padding: 2px;
	text-align: center;
	margin-bottom: 30px;
}
#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
}
#calendar caption {
	color: #333333;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
	border: 0;
	text-align: left;
	letter-spacing: .3em;
}
#calendar th {
	text-align: center;
	font-weight: normal;
}
#calendar td {
	text-align: center;
	}


.link-note {
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}



#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

textarea[id="comment-text"] {
	width: 80%;
	}

.image-full {
		width: 470px;
	
	
	}

.image-thumbnail {
	float: left;
	width: 130px;
	margin-bottom: 10px;
	}

.image-thumbnail img {
	width: 115px;
	height: 115px;
	}

.module-qrcode {
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
	line-height: 150%;
	text-align: center;
}

/*　サイドメニュー　*/
.content h3 a {
	text-decoration: none;
}

.content h3 a:link {
	color: #333333;
}

.content h3 a:visited {
	color: #333333;
}

.content h3 a:hover {
	color: #333333;
}

.content h3 a:active {
	color: #333333;
}

/*　バナー
---------------------------------------------------------------------------------*/
#banner {
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	padding: 15px;
	border: 0;
	line-height:normal;
}
#banner-img {
	display: none;
}
#banner a {
	color: #000000;
	text-decoration: none;
}
#banner h1 {
	font-size: xx-large;
}
#banner h2 {
	font-size: small;
}

/*　その他
---------------------------------------------------------------------------------*/
#powered {
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
	line-height: 150%;
	text-align: left;
	color: #333333;
	margin-top: 50px;
}

#photo {
	text-align: center;
	margin-bottom: 20px;
}

textarea#comment-text {
        width: 80%;
	}


/* user css */




