@charset "utf-8";

/*
-------------------------------
1969 css
version:20th October 2010
author:teamExtreme
-------------------------------*/

/* -- basics
-------------------------------------------------- */
body{
	margin:0;
	padding:0;
	background:#cc0000 url(../images/common/bg.jpg) repeat-x;
	font-size:12px;
	line-height:1.6;
	color:#fff;
	}
	
div#wrapper{
	margin:0 36px;
	padding:0;
	}
	

/* -- header
-------------------------------------------------- */
div#header{
	height:156px;
	position:relative;
	}

div#headerLogo{
	width:353px;
	height:76px;
	position:absolute;
	top:33px;
	left:12px;
	}
	
div#hbArea{
	width:468px;
	height:60px;
	position:absolute;
	top:46px;
	left:500px;
	background-color:#aa1332;
	}
	
p#headerText{
	position:absolute;
	top:128px;
	left:12px;
	margin:0;
	padding:0;
	font-size:10%;
	}
	

/* -- contents
-------------------------------------------------- */
div#contentsWrap{
	clear:both;
	}

	
/* -- contentsLeft
-------------------------------------------------- */
div#contentsLeftWrap{
	width:662px;
	float:left;
	background:url(../images/common/contentsLeft_shadow.png) repeat-y;
	}
	
div#contentsLeft{
	margin:0 6px 0 12px;
	padding:0 12px;
	background-color:#fff;
	}
	
div#clTop{
	margin:0;
	padding:0;
	height:17px;
	background:url(../images/common/contentsLeft_top.jpg) no-repeat;
	}
	
*html div#clTop{
	background:url(../images/common/contentsLeft_top02.jpg) no-repeat;
	}
	
div#clBottom{
	margin:12px 0 0 0;
	padding:0;
	height:17px;
	background:url(../images/common/contentsLeft_bottom.jpg) no-repeat;
	}
	
*html div#clBottom{
	background:url(../images/common/contentsLeft_bottom02.jpg) no-repeat;
	}
	

/* -- contentsRight
-------------------------------------------------- */
div#contentsRightWrap{
	width:318px;
	float:right;
	background:url(../images/common/contentsRight_shadow.png) repeat-y;
	}
	
div#contentsRight{
	margin:0 12px 0 6px;
	padding:0 12px;
	background-color:#fff;
	}
	
div#crTop{
	margin:0;
	padding:0;
	height:17px;
	background:url(../images/common/contentsRight_top.jpg) no-repeat;
	}
	
*html div#crTop{
	background:url(../images/common/contentsRight_top02.jpg) no-repeat;
	}
	
div#crBottom{
	margin:12px 0 0 0;
	padding:0;
	height:17px;
	background:url(../images/common/contentsRight_bottom.jpg) no-repeat;
	}
	
*html div#crBottom{
	background:url(../images/common/contentsRight_bottom02.jpg) no-repeat;
	}
	

/* -- todays Photo
-------------------------------------------------- */
div#pola{
	width:276px;
	height:312px;
	background:url(../images/common/polaBg.jpg) no-repeat;
	}
	
div#pola img{
	margin-top:13px;
	margin-left:13px;
	}
	
div#todaysPhoto p{
	margin:8px 8px;
	}
	
	
/* -- news & Info
-------------------------------------------------- */
dl#newsDl{
	margin:0;
	padding:0;
	}
	
dl#newsDl dt{
	margin:0;
	padding:0;
	}
	
dl#newsDl dd{
	margin:0 12px 8px;
	padding:0;
	}
	
	
/* -- rightside banners
-------------------------------------------------- */
ul#rightsideBanners{
	margin:24px 0 0 0;
	padding:0;
	list-style:none;
	}

ul#rightsideBanners li{
	margin-bottom:4px;
	}

	
/* -- twitWrap
-------------------------------------------------- */
div#twitWrap{
	margin:24px 0;
	}


/* -- Heading Element
-------------------------------------------------- */
div#contentsWrap h1{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:180%;
	line-height:1.6;
	margin:12px 0 20px;
	padding:0 0 0 36px;
	color:#949494;
	border-bottom:1px dotted #939393;
	}
	
div#contentsWrap h2{
	margin:12px 0 12px;
	border-bottom:1px dotted #939393;
	}
	
div#contentsWrap h2.h2Style02{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:140%;
	line-height:1.6;
	margin:12px 0 12px;
	color:#949494;
	padding:0 0 0 4px;
	border-bottom:1px dotted #939393;
	}
	
div#contentsWrap h2.h2Style03{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:120%;
	line-height:2;
	margin:12px 0 4px;
	color:#949494;
	padding:0 8px;
	background:url(../images/common/h2bg_style03.gif) bottom repeat-x;
	border:1px solid #ddd;
	}

div#contentsWrap h1.girlsphoto{
	background:url(../images/common/h1icon_girlsphoto.gif) 0px 4px no-repeat;
	}
	
div#contentsWrap h1.todaysphoto{
	background:url(../images/common/h1icon_todaysphoto.gif) 0px 4px no-repeat;
	}

div#contentsWrap h1.cameramansblog{
	background:url(../images/common/h1icon_cameramansblog.gif) 0px 4px no-repeat;
	}
	
div#contentsWrap h1.tag{
	background:url(../images/common/h1icon_tag.gif) 0px 4px no-repeat;
	}
	

/* -- paragraph Element
-------------------------------------------------- */
div#contentsWrap p{
	margin:12px;
	}
	
div#contentsWrap p.noMargin{
	margin:0;
	}
	
	
/* -- list
-------------------------------------------------- */
dl.dlStyle01{
	margin:12px;
	}
	
dl.dlStyle01 dt{
	margin-bottom:4px;
	border-bottom:1px solid #ccc;
	}
	
dl.dlStyle01 dt span{
	padding-left:12px;
	color:#949494;
	font-weight:normal;
	}
	
dl.dlStyle01 dd{
	margin:0 12px 24px;
	}
	

/* -- links
-------------------------------------------------- */
div#wrapper a:link,div#wrapper a:visited{
	text-decoration:none;
	color:#4BD6E9;
	}

div#wrapper a:hover,div#wrapper a:active{
	text-decoration:underline;
	color:#f89829;
	}

div#wrapper img a:link{
	border:none;
	}

div#wrapper a:focus{
	outline:none;
	}
	
p.linkStyle01{
	margin:8px 0;
	text-align:right;
	}
	
p.linkStyle01 a:link,p.linkStyle01 a:visited{
	padding-left:20px;
	background-image:url(../images/common/arrow01.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	}

p.linkStyle01 a:hover,p.linkStyle01 a:active{
	background-position:left top;
	}


/* -- clearFix
-------------------------------------------------- */
.clearFix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
	
.clearFix{ display:inline-block;}

/* Hides from IE-mac \*/
*html.clearFix{ height:1%;}
.clearFix{display:block;}
/* End hide from IE-mac */

.clearb{
	clear:both;
	}
	
.floatL{
	float:left;
	}
	
.floatR{
	float:right;
	}

	
/* -- margin/padding
-------------------------------------------------- */	
.magLR12{
	margin:0 12px;
	}
	
.magTB24{
	margin:24px 0;
	}
	
.magTB36{
	margin:36px 0;
	}
	
.magBot12{
	margin-bottom:12px;
	}
	
.pad12{
	padding:12px;
	}



/* -- border
-------------------------------------------------- */	
.borderGrayStyle01{
	border:1px solid #ccc;
	}
	
	
	