/* MONO-PORTAL撮影講座テンプレート */

/* ページ全体 */

body {
	text-align: center;
	color: #333;
	background: #F3F3F3 url("http://photo.monoportal.com/img/bg01.gif") repeat-y top center;
	margin-top: 0px;
	font-size: small;
}

a {
	text-decoration: underline;
}
a:link {
	color: #960;
}
a:visited {
	color: #630;
}
a:active {
	color: #663;
}
a:hover {
	color: #663;
}
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
P {
	padding: 0px;
	margin: 10px 0px 15px 0px;
	line-height: 140%;
}
TABLE {
	font-size: small;
}
UL {
	margin-top: 5px;
	margin-bottom: 5px;
}

FORM {
	margin: 0px 0px 0px 0px;
}



#container {
	width: 760px;
	text-align: left;
	line-height: 120%;
	padding: 0px;
	margin: 0 auto;
	border-top: solid #092D77 10px;
}
#header {
	background: url(img/title_bg01.gif) no-repeat top right;
	padding: 15px 20px 0px 20px;
	margin: 0px 0px 0px 0px;
}
#main {
	position: relative;
	float: left;
	width: 510px;
	overflow: hidden;
	padding: 0px 19px 0px 20px;
	margin: 0px;
	border-right: solid #999999 1px;
}
#side {
	position: relative;
	float: right;
	width: 180px;
	padding: 0px 20px 0px 10px;
	margin: 0px 0px 0px 0px;
}
#footer {
	text-align: center;	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
}



/* ヘッダー（タイトル）部分 */

#header h1 {
	font-size: x-small;
	margin-left: 15px;
	color: #666666;
	display: none;
}
#header h2 {
	font-size: small;
	color: #666666;	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 15px;
}
.new01 {
	border: solid #999999 1px;
	padding: 2px 2px 2px 2px;
}
.navi01 {
	margin-top: 15px;
	margin-bottom: 15px;
}



/* メイン部分 */

.box01 {
	line-height: 100%;	border: solid #999999 1px;
	padding: 10px 10px 10px 10px;
}

.box01 H3 {
	font-weight: bold;
	font-size: small;
	border-left: solid #FF6633 10px;
	padding-left: 10px;
}

.l_digest01 {
	position: relative;
	margin: 0px 10px 0px 10px;
}
.l_digest01 h3 {
	font-weight: bold;
	font-size: small;
}
.FloatClear {
	clear: both;
	height: 1px;
	line-height: 1px;
}
.top_monitor01 {
	position: relative;
	width: 160px;
	float: left;
	margin-right: 15px;
}
.top_monitor02 {
	position: relative;
	width: 160px;
	float: left;
}
#main ul {
	padding-left: 0px;
	margin-left: 15px;
}
#main li {
	line-height: 120%;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.bar01 {
	margin-top: 20px;
	margin-bottom: 10px;
}
.special01 H3 {
	font-weight: bold;
	font-size: small;
}

.special02 {
	border-bottom: dotted #CCCCCC 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	height: 100%;
}

.continue {
	text-align: right;
}
.mr10 {
	margin-right: 10px;
}
.top_whatsnew {
	
	background: #FFFFCC;
	border-right: solid #CCCCCC 1px;
	border-bottom: solid #CCCCCC 1px;
	padding: 5px 5px 5px 5px;
	margin-top: 10px;
}




/* フッター部分 */

.box02 {
	border-width: medium;	background: #F3F3F3;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
}



/* 記事ページ部分 */

#entrybody H2 {
	font-weight: bold;
	font-size: medium;
	border-left: solid #FF6633 10px;
	color: #333333;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#entrybody H3 {
	font-weight: bold;
	font-size: medium;
	color: #092D77;	border-bottom: dotted #092D77 1px;
	padding-bottom: 3px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.posted {
	color: #666;
	font-size: xx-small;
	text-align: right;
	margin: 0px;
}
blockquote {
	margin: 0px 0px 0px 0px;
	background-color: #EFEFEF;
	padding: 5px 10px 5px 10px;
}
#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%;
}
fieldset {
	margin-bottom: 15px;
	font-size: 90%;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.pink {
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #FFE0E0;
}

.yellow {
	background: #FFFFC0;
	padding: 10px 10px 10px 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.green {
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #E0FFE0;
}

.blue {
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #E0FFFF;
}

.gray {
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #E0E0E0;
}

.white {
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: solid #CCCCCC 1px;
	border-right: solid #CCCCCC 2px;
	border-bottom: solid #CCCCCC 2px;
	border-left: solid #CCCCCC 1px;
}



.photo-center {
	text-align:center;
	margin:0px auto 0px auto;
}

.photo-center p {
	font-size:12px;
	color:#666666;
	line-height:140%;
	text-align:left;
	padding:10px 0px 25px 0px;
}

.photo-right {
	float:right;
	margin:0px 0px 25px 25px;
}

.photo-right p {
	font-size:12px;
	color:#666666;
	line-height:140%;
	text-align:left;
	padding:10px 0px 25px 0px;
}





/* カテゴリアーカイブ部分 */

.category {
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	height: 100%;
	border: solid #999999 1px;
}


.category H2 {
	font-weight: bold;
	font-size: medium;
	border-left: solid #FF6633 10px;
	color: #333333;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}



/* サイドバー部分 */

#side ul {
	padding-left: 0px;
	margin-left: 15px;
}
#side li {
	line-height: 120%;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
