/* Edited with EditCSS */
/*CSSLicense: StepOne*/

* {
	margin: 0;
	padding: 0;
}

html{height: 100%;}


/* BODY-------------------------------*/
body {
	margin: 0;
	padding: 0;
	line-height:150%;
	letter-spacing: normal;
	color: #333;
	list-style: none;
	text-align: center;
	font-weight: normal;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
background-color:#009ec3;
}

/*デフォルト属性 */
a, p, h1, h2, h3, h4, h5, h6, blockquote {
	margin: 0;
	padding: 0;
	border: 0;
}

.style1 {
	color: #000066;
	font-weight: bold;
        font-size:14px;
}
.style2 {
	color: #000000;
	font-weight: bold;
        font-size:14px;
    
}

.style3 {
	color: #cc0000;
        font-size:14px;
	font-weight: bold;
}

.style4 {
	color: #000066;
        font-size:12px;

}

.style5 {
	color: #000066;
        font-size:14px;
}

/* strong */
strong {font-weight: bold;}

.yellow{background:#ffff66; font-size: 14px; font-weight:normal;}


/* 画像の属性 */
img {border: none; margin: 0;}

a:link, a:visited, a:active {color: #000066;text-decoration: underline;}
a:hover{color : #FF6633;text-decoration: none;}

/* テーブルの属性*/
table {margin: 0 0 0 10px; font-size: 14px; color: #333; line-height: 130%;}
td {padding: 5px;}
	
/* 基本設定 ----------------------------- */
#base{
	width: 920px;
	margin: 0 auto;
	background: url("http://www.tsujimasaaki.com/img/base_back.jpg") repeat-y;
	text-align: center;
	position: relative;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: center;
}

#containar {
	width: 860px;
	margin: 70px auto 0 auto;
	text-align: left;
	background: #fff;
}

/*  ヘッダー  */
#header	{
	margin : 0px;
	padding: 0Px;
	height : 200px;
}

#header h1{
	margin-top : 0px;
	margin-bottom: 0px;
	text-indent: -1000px;
}
		
#header h1 a {
	width:920px;
	height:240px;
	background: url("http://www.tsujimasaaki.com/img/header2.jpg") no-repeat;
	display: block;
	overflow: hidden;
text-indent: -2000px;
}

#header h1 a:hover {
	background: url("http://www.tsujimasaaki.com/img/header2.jpg") no-repeat;
}

#header2 p{
	position: absolute;
	top: 200px;
	left: 20px;
	width: 600px;
	font-size: 100%;
	color: #ccc;
	text-align: left;
}

/*  メインメニュー  */
#gmenu{
	position: absolute;
	left:0px;
	top: 240px;
	margin: 0 auto;
	width: 920px;
	height: 29px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
background:url(http://www.tsujimasaaki.com/img/gmenu.gif)
}
#gmenu ul{list-style: none; margin: 0; padding: 0;}
#gmenu li{margin: 0; padding: 0; float: left;}
#gmenu li.nav1 a:link, #gmenu li.nav1 a:visited, #gmenu li.nav1 a:active {
	float: left;
	width: 160px;
	height: 29px;
	color: #00305f;
	text-align: center;
	text-decoration: none;
	line-height: 220%;
	overflow: hidden;
	background: url("img/gmenu1.gif") no-repeat;
	display: block;
text-indent:110px;
}
#gmenu li.nav1 a:hover{background: url("img/gmenu1.gif") no-repeat;color: #ff6600;}

#gmenu li.nav2 a:link, #gmenu li.nav2 a:visited, #gmenu li.nav2 a:active {
	float: left;
	width: 130px;
	height: 33px;
	color: #00305f;
	text-align: center;
	text-decoration: none;
	line-height: 220%;
	overflow: hidden;

}
#gmenu li.nav2 a:hover{background: url("img/gmenu1.gif") no-repeat;color: #ff6600;}

#gmenu li.nav3 a:link, #gmenu li.nav3 a:visited, #gmenu li.nav3 a:active {
	float: left;
	width: 130px;
	height: 29px;
	color: #00305f;
	text-align: center;
	text-decoration: none;
	line-height: 220%;
	overflow: hidden;
	background: url("img/gmenu0.gif") no-repeat;
	display: block;
}
#gmenu li.nav3 a:hover{background: url("img/gmenu1.gif") no-repeat;color: #ff6600;}

#gmenu li.nav4 a:link, #gmenu li.nav4 a:visited, #gmenu li.nav4 a:active {
	float: left;
	width: 130px;
	height: 29px;
	color: #00305f;
	text-align: center;
	text-decoration: none;
	line-height: 220%;
	overflow: hidden;
	background: url("img/gmenu0.gif") no-repeat;
	display: block;
}
#gmenu li.nav4 a:hover{background: url("img/gmenu4.gif") no-repeat;color: #FF6600;}

#gmenu li.nav5 a:link, #gmenu li.nav5 a:visited, #gmenu li.nav5 a:active {
	float: left;
	width: 130px;
	height: 29px;
	color: #00305f;
	text-align: center;
	text-decoration: none;
	line-height: 220%;
	overflow: hidden;
	background: url("img/gmenu5.gif") no-repeat;
	display: block;
}
#gmenu li.nav5 a:hover{background: url("img/gmenu5.gif") no-repeat;color: #FF6600;}


.rss{	
	position: absolute;
	top: 20px;
	right: 25px;
}

/*  パンくずリスト  */
.navi {
	margin :0 0 10px;
	width: 100%;
	font-size: 10px;
	padding: 0 5px;
	text-align: left;
}

.navi a {
	color: #8b4513;
	text-decoration: none;
}

.navi a:hover {
	color: #FF6600;
	text-decoration: underline;
}

/*  記事枠等の属性  */
#content {
	float: left;
	width: 650px;	
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
clear:both;
}

.main-pad{
	width: 620px;
	text-align: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 20px;
}

.main-test{
	width: 460px;
	text-align: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 20px;
}


#content h2{
	margin: 0px 0 0px 0px;
	font-size: 123%;
	color: #00305f;
	font-weight: bold;
	text-align: left;
	text-indent: 20px;
	line-height: 280%;
background-image: url(http://www.tsujimasaaki.com/img/h2.jpg);
background-repeat: no-repeat;
background-position: left;
clear:both;
}
/* What's Mew */
#content .in_new{
	width: 480px;
	height: 150px;
	overflow: auto;
	border: 1px solid #ccc;
	scrollbar-face-color: #3cabe3;
	margin: 0px 0px 20px 10px;
	text-align: justify;
	text-justify: distribute;
clear:both;
}

#content .in_new ul{
	padding: 5px;
	font-style: 100%;
	list-style-type: circle;
}
#content .in_new li{
	margin-left:15px;
}


#content h3 {
	margin: 10px 0;
	padding: 0;
	color: #000066;
	font-weight: bold;
	font-size: 100%;
	line-height: 150%;
	display: block;
	text-align: left;
	text-indent: 0;
background:#AAD5FF;
padding-left:10px;
clear:both;
}

#content h3.post {
	margin: 10px 5px 0 5px;
	border: 0px;
	color: #fff;
	font-weight: bold;
	font-size: 108%;
	line-height: 180%;
	display: block;
	text-align: left;
	text-indent: 0px;
border-left:solid 5px #ff9900;
background:#00468C;
clear:both;
}
			
#content h3.post a {
	color: #fff;
	text-decoration: underline;
clear:both;
}
					
#content h3.post a:hover {
	color: #FF0000;
	text-decoration: none;
clear:both;
}



#content h4 {
	margin: 10px 10px 10px 0;
	border-bottom: 1px solid #DDD;
	color: #339933;
	font-weight: bold;
	font-size: 108%;
	line-height: 150%;
	display: block;
	text-align: left;
clear:both;
}

#content h5 {
	margin: 10px 10px 10px 0;
	color: #666;
	font-weight: normal;
	font-size: 100%;
	line-height: 150%;
	display: block;
	text-align: left;
clear:both;
}

h6.ucan{
	font-size:16px;
	height: 25px;
	width: 100%;
	line-height: 26px;
	text-align: left;
	background-image: url(img/h6.gif);
	color: #330000;
	font-weight: lighter;
	text-indent: 20px;
	margin-top: 12px;
	margin-right: 0px;
	margin-left: 0px;
margin-bottom:-20px;
}
h7{
	font-size:16px;
	height: 25px;
	width: 100%;
	line-height: 26px;
	text-align: left;
	background-image: url(img/h7.gif);
	color: #330000;
	font-weight: lighter;
	text-indent: 20px;
	margin-top: 12px;
	margin-right: 0px;
	margin-left: 0px;
margin-bottom:-20px;
}
#content .posted {
	text-align: right;
	font-size: 10px;
	margin: 0px 20px 10px 0;
clear:both;
}

#content .doc{
	margin: 0 10px 20px 20px;
	text-align: left;
clear:both;
}

#content .doc p{
	padding: 5px 0;
clear:both;
}

/* ---- 関連記事リスト属性----- */
#content ol{
	margin: 0px 0px 0px 30px;
}

#content li{
	margin: 0;
	font-size: 100%;
	line-height: 19px;
}

/*----- trackbacks & Comments-----*/

#content #trackbackdata, #content #commentdata{
	font-size: 12px;
	color: #888;
	margin: 10px 0 10px 10px;
}

#content #trackbackdata .post1{
	font-size: 10px;
	color: #888;
	margin: 0;
	border-bottom: 1px solid #888;
}

#content #commentdata .post2{
	margin-bottom: 10px;
	font-size:10px;
	text-align: right;
}

#content .error {
	font-size : 14px;
	color: red;
	border: 1px solid red;
	margin: 10px 20px;
	padding: 5px;
	text-align: center;
}

#content .next{
	text-align: right;
}

/*  サイドメニュー等の属性  */
#sidebar {
	float: right;
	width: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}

#sidebar h2{
	margin: 10px 0 0 0;
 	background: url("http://www.tsujimasaaki.com/img/sh2_back.png") no-repeat top left;
	font-weight: bold;
	font-size: 100%;
	line-height: 170%;
	color: #FFF;
	text-align: left;
	text-indent: 10px;
border-left:#009ec4 solid 1px;
border-right:#009ec4 solid 1px;
border-top:#009ec4 solid 1px;
}

#sidebar .search{	
	margin: 0;
	border-left: 1px solid #009ec4;
	border-right: 1px solid #009ec4;
	border-bottom: 1px solid #009ec4;
}

/*　検索窓　*/
#sidebar .search div {
	padding: 10px;
	text-align: left;
}

/* カテゴリ指定 */
#sidebar .cat{
	margin: 0;
}

#sidebar .cat h2{
	margin: 5px 5px 0 10px;
	border: 1px solid #009ec4;
	background: #33663B;
	font-weight: bold;
	font-size: 108%;
	line-height: 170%;
	color: #FFF;
	text-align: left;
	text-indent: 5px;
}

#sidebar ul.menu{
	display: block;
	margin: 0 0 10px 0;
	list-style-type: none;
	border-left: 1px solid #009ec4;
	border-right: 1px solid #009ec4;
	border-bottom: 1px solid #009ec4;
	text-align: left;
}

#sidebar ul.menu li.c1 a {
	display: block;
 	height: 25px;
 	list-style: none;
 	padding: 0 0 0 30px;
 	text-decoration: none;
 	font-size: 100%;
 	line-height: 170%;
 	overflow: hidden;
color: #fff;
	background: #009ec4 url("img/menu01.png") no-repeat;
}

#sidebar ul.menu li.c1 a:hover {
	background: #009ec4 url("img/menu01.png") no-repeat;
	text-decoration: underline;
}


#sidebar ul.menu li a {
	display: block;
 	height: 25px;
 	list-style: none;
 	padding: 0 0 0 40px;
 	text-decoration: none;
 	font-size: 100%;
 	line-height: 170%;
 	overflow: hidden;
        border-bottom: 1px solid #3cabe3;
        color: #0082c2;
	background: #eae7c4 url("http://www.tsujimasaaki.com/img/menu03.png") no-repeat;
}

#sidebar ul.menu li a:hover {
	background: #fff url("http://www.tsujimasaaki.com/img/menu04.png") no-repeat;
	text-decoration: underline;
}

#sidebar ul.arch li a {
 	height: 25px;
 	list-style: none;
 	padding: 0;
 	text-indent: 20px;
 	text-decoration: none;
 	font-size: 100%;
 	line-height: 200%;
 	display: block;
	background: #FFF url("img/arch01.gif") no-repeat;
}

#sidebar ul.arch li a:hover {
	background: #FFF url("img/arch02.gif") no-repeat;
}

/*フッターナビ*/
.f_navi {
	clear: both;
	text-align: right;
	margin: 0px;
	padding: 10px 250px 15px 15px;
	font-size: 85%;
}

.f_navi img{margin: 0 3px;border-style: none; vertical-align: middle;}

/*フッター*/
#footer{
 	clear: both;
 	width: 920px;
 	height: 60px;
 	margin: 0;
 	color: #ccc;
 	padding: 0;
 	text-align: left;
		background: #FFF url("img/fuyu-footer_back.png") no-repeat;
}

#footer .copyright{
	text-align: center;
	padding: 40px 0 0 0;
	font-size: 12px;
	line-height: 120%;
}

TABLE{ border-collapse: collapse; }


/* テーブルの属性*/
table{border-width: 0px;}
td{padding: 0px;text-align: center;}

table.d1 {margin: 0px 10px 10px 10px; border: solid 1px #6A6AB5; border-collapse: collapse; width: 97%;}
td.d2 {
	border: solid 1px #6A6AB5;
	padding : 5px 5px 5px 15px;
	color: #333;
	text-align: left;
}

/*ボックス*/
#rank1{
position:relative;
padding-top:20px;
top:5px;
left:0px;
height:240px;
width:155px;
background:url(http://www.step1.cc/img/rank1.jpg) no-repeat;
float:left;
}
#menu0{
position:absolute;
font-size:12px;
top:33px;
left:15px;
}

/*紹介ブロック*/
#block1 {
	float: left;
	width: 230px;
	margin: 5px 20px;
	padding: 0px;
}
#block2 {
	margin: 5px 0px;
	padding: 0px 0px 0px 10px;
	float: left;
	width: 230px;
}
.komidashi {
	font-size: 14px;
        font-weight:bold;
	color: #cc0000;
	background: #F7F7EF;
	margin: 0px;
	padding: 5px;
	border-bottom: 1px dotted #d4bb3c;
	border-left: 6px solid #d4bb3c;
}
.image {
	margin: 0px;
	padding: 10px 10px 10px 0px;
	float: left;
}
.p2 {
	font-size: 12px;
	line-height: 14px;
	margin: 10px 0px 0px;
	padding: 0px;
}
.link {
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
}
.p3 {
	margin: 10px 0px 0px;
	padding: 0px 0px 20px;
}

#content .img2 {
	float:left;
	margin: 0px 10px 0px 0px;
}

#content .img3 {
	float:right;
	margin: 0px 50px 0px 0px;
}

/*ライトボックス*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* 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 */ 
	
/*画像の配置*/
#content .img2 {
	float:left;
	margin: 0px 10px 0px 0px;
}
#content .img3 {
        float:right;
        margin: 0px 0px 0px 10px;
}


#content img {
	border: 5px solid #fff;
}

#content .img_box {
	float: left;
	text-align: center;
	margin: 4px;
	border: 1px solid #ccc;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	width: 110px;
	padding-top: 5px;
       background: #ecf8ff;
}

#base #wrap #content .img_box a {
	font-size: 10px;
}

#content .img_box2 {
	text-align: center;
	margin: 10px;
}

#content .img_box3 {
	float: left;
	width: 110px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.aoya{
background-image: url(http://www.1apple.net/img/aoya.gif);
background-repeat: no-repeat;
background-position: left;
font-size: 13px;
padding: 0px 0px 0px 15px;
color:#18a8cb;
font-weight:bold;
margin:5px 0px 0 0px;
} 

/*テーブル*/
table {
border-top:1px solid #ccc;
border-left:1px solid #ccc;
border-collapse:collapse;
font-size:12px;
}

caption {
text-align:left;
padding-bottom:8px;
font-size:14px;
font-weight:bold;
color:#a52a2a;
}
td,
th {
padding:5px;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
}

th {
background:#faeffc;
font-size:12px;
font-weight:normal;
}
.no-border table, 
.no-border tr, 
.no-border td,
.no-border th{
 border-style: none;
}
#content .img2 {
	float:left;
	margin: 0px 10px 0px 0px;
}
#content .img3 {
        float:right;
        margin: 0px 0px 0px 10px;
}
.yokoku {
text-align:left;
font-size:13px;
}

.red {
color:#FF2828;
font-size:13px;
}


.ao-maru{
background-image: url(http://www.tsujimasaaki.com/img/ao-maru.gif);
background-repeat: no-repeat;
background-position: left;
font-size: 14px;
padding: 0px 0px 0px 30px;
height:30px;
line-height:28px;
color:#000099;
font-weight:bold;
} 

.or-maru{
background-image: url(http://www.tsujimasaaki.com/img/or-maru.gif);
background-repeat: no-repeat;
background-position: left;
font-size: 14px;
padding: 0px 0px 0px 30px;
height:30px;
line-height:28px;
color:#CE0000;
font-weight:bold;
} 

.asp {
font-size:16px;
font-weight:bold;
background-image: url(http://www.tsujimasaaki.com/img/osusume.gif);
background-repeat: no-repeat;
background-position: left;
text-indent:40px;
}

.asp2 {
font-size:13px;
font-weight:bold;
background-position: left;
text-indent:20px;
}
