
/*       ###############################
         BASIC TAGS
         ############################### */

* {margin: 0; padding: 0;}

body {
	font-size:12px;
	color: #666;;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}


h3, h4, h5, h6 {
	font-size:11px;
	margin: 10px 0 0 0;
}


p {margin: 0px 0px 20px 0px;}
a {outline: none; text-decoration: none; color: #8a8a8a;}
a:hover {color: #215c97;}
a img {border: none;}

li {
	margin:0;
	padding:0;
	list-style-type: none;
}



/*       ###############################
         BASIC LAYOUT
         ############################### */

div#nav {position: relative; z-index: 2; width: 960px; background: #333;}


/* 包括 */
div#content {
	clear: both;
	z-index: 1;
	background: #fff;
	width: 900px;
	padding-top:10px;
}


/* メイン */
div#left {
	width: 530px;
	margin: 0;
	line-height: 2.0;
	float: left;
	padding: 10px 20px 10px 0;
	margin-left:80px;
	text-align:left;
}
*html div#left {
	margin-left:15px;
}
*:first-child+html div#left {
	margin-left:30px;
}


/* サイドバー */
div#right {
	width: 240px;
	margin: 0;
	float: right;
	padding: 10px 0 10px 20px;
	text-align:left;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:12px;
}
*html div#right {
	margin-right:25px;
}
*:first-child+html div#right {
	margin-right:50px;
}


div.headline {margin: 30px 0 0 20px;}


/* トップ記事 */
div.excerpt {
   clear :both;
	padding: 0 0 5px 0;
	border-bottom: dotted 1px #ccc;
	margin: 0 0 0 25px;
}
*html div.excerpt {
	margin:25px 0 25px 25px;
}
*:first-child+html div.excerpt {
	margin:25px 0 25px 25px;
}

div.excerpt img {
   clear :both;
}

div.post-single {margin: 0 0 20px 0;}


/* 日付 */
div.date {
	position: absolute;
	display: inline;
	width: 60px;
	height: 60px;
	padding: 10px 0;
	margin:0;
	background: #EAEAEA;
	-moz-border-radius: 5px;
}
*html div.date {
	margin-left:-67px;
}
*:first-child+html div.date {
	margin-left:-67px;
}


/* シングルページ */
div.single_content {
	clear: both;
	margin: 10px 0 50px 25px;
}


div.bookmarks {text-align: right; float: right;}

div#appendix {clear: both; background: #fff; width: 930px; padding: 30px 30px 30px 0px; margin: 0 0 50px 0;}
div.app_widget {float: left; width: 280px; padding: 0px 0px 0px 30px;}
div#appendix div.widget {padding: 20px 0 0 0;}


/*       ###############################
         NAVIGATION
         ############################### */

div#nav ul {float: left; list-style: none; text-transform: uppercase;}

div#nav li {float: left;}
div#nav li a {display: block; margin: 0; padding: 10px 16px; background: #333; color: #f5f5f5; text-decoration: none; font: bold 13px Georgia, serif;}
div#nav li a:hover {background: #111;}

ul#mail_rss a {text-decoration: underline !important;}

/*       ###############################
         WIDGETS
         ############################### */

.widget {border: 1px solid #ccc; padding: 15px 15px !important; margin: 10px 0; -moz-border-radius: 5px;}

div.widget h4 {
	border-bottom: 1px dotted #ccc;
	font-size:13px;
	font-weight:bold;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

div#right, div#appendix {font-size: 120%;}
div#right ul, div#appendix ul {list-style: none; padding: 0;}

div.widget h4 {
	margin: 0;
	padding: 0 0 3px 0;
}

div.widget a {
	display: block;
	padding: 5px 0px;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #215c97;
}
div.widget a:hover {
	color: #666;
	text-decoration: underline;
}

div.widget li {padding: 0 0 0 5px; margin: 0; border-bottom: 1px dotted #ccc;}
div.widget li li {padding: 0 0 0 20px; margin: 0; background: none; border-top: none; border-bottom: none;}

div#tag_cloud a {display: inline;}
div#tag_cloud {min-height: 130px;}
div#archives {min-height: 130px;}

/*calendar*/
table#wp-calendar {margin: 0 0 10px 0; border-collapse: collapse; text-align: center; font-size: 14px;}
table#wp-calendar a {font: normal 14px Verdana;}
table#wp-calendar caption {padding: 0 0 5px 0;}
table#wp-calendar th {font: bold 14px Verdana;}
table#wp-calendar th, td {width: 30px; height: 30px;}

/*       ###############################
         TEXT
         ############################### */

div#blog-line h1 {font: 40px Georgia; padding: 20px 0; margin: 0; color: #fff;}
div#blog-line h1 a {font: 70px Georgia; color: #fff;}


/* 記事基本フォント */
div#left {
	font-size: 100%;
}
div#left a {
	color: #215c97;
}
div#left a:hover {
	color: #ccc;
	text-decoration: underline;
}


/* 記事タイトル */
div#left h1 {
	font-size:140%;
	font-weight:bold;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	margin: 0 0 5px 70px;
}
div#left h1 a {
	color: #666;
}
div#left h1 a:hover {
	color: #ccc;
	text-decoration: none;
}


div#left h2 {
	font-size:110%;
	font-weight:bold;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	margin: 0 0 10px 0;
}

div#left h2.archive-title {
	margin: 0px 0px 30px 25px;
	font-size:110%;
	font-weight:bold;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #215c97;
	border-bottom:solid 2px #215c97;
	padding-bottom:5px;
}


div#left h3 {font: bold 100% Georgia, serif; margin: 0 0 5px 0;}
div#left ul, ol {margin: 0 0 20px 20px;}
div#left .view-excerpt {padding: 0 0 0 5px !important;}

p#font-resize a {display: inline; font: 18px bold Verdana, sans-serif; padding: 0px 5px;}
p#toggle-all a {display: block; width: 80px; height: 20px; padding: 0 0 0 30px !important; font: 12px bold Verdana, sans-serif;}
a.show-all {background: url(img/toggle.png) no-repeat;}
a.hide-all {background: url(img/toggle.png) 0px -20px no-repeat;}


/* 次ページ */
p.previous-posts {
	float: left;
	font: normal 100% Verdana;
}

p.next-posts {
	float: right;
	font: normal 100% Verdana;
}


div.date {font: normal 14px Georgia; text-align: center; color: #666;}
p.date-month {margin: 10px 0 15px 0; color: #999; font: normal 20px Georgia;}


/* コメント・アーカイブ表記 */
p.post_info {
	font-size: 90%;
	margin-left:70px;
}


/* シングルページのTags表記 */
p.post_info2 {
	font-size: 90%;
}


p.tag_info {margin: 0; font-size: 90%;}
p.offset {margin: 5px 0;}
p.wp-bookmark {margin: 0;}
.wp-logo {float: left;}
div#credits {margin: 0 0 0 65px; padding: 5px 10px; height: 46px; border: 1px solid #ccc; -moz-border-radius: 10px; font: 120% normal Georgia, serif;}
a#totop {float: right; font: bold 120% Verdana, sans-serif;}
.info-icon {padding: 3px 0 3px 20px; margin: 0 0 0 5px; background-position: 0px 2px;}
.category-link {background: url(img/page.png) no-repeat;}
.comment-link {background: url(img/comments.png) no-repeat;}
.read-article {background: url(img/text.png) no-repeat;}
.tag-link {background: url(img/tag-blue.png) no-repeat;}
.hide-link {float: right; padding: 5px 0 0 0;}
.user-name {background: url(img/user-green.png) no-repeat;}
.user-mail {background: url(img/email.png) no-repeat;}
.user-url {background: url(img/world-edit.png) no-repeat;}
.user-comment {background: url(img/comment-add.png) no-repeat;}
 
.clear {clear: both;}

code {font: normal 120% Courier, serif;}

/*      ##################################
           COMMENTS
        ################################## */

/* コメント部分 */
div.comment {
	margin: 10px 0;
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}


p.comment-details {font: bold 130% Georgia, serif;}
.avatar {float: left; margin: 0 20px 0 0; border: 3px solid #ccc;}
div.comment-text {margin: 40px 0 0 0;}


/* コメントヘッダー */
h2#comment-header {
	margin: 40px 0 10px 0 !important;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 5px 0;
}


/* コメントする */
#respond {
	margin: 40px 0 10px 0 !important;
}
#respond span{
	padding:4px;
	background-color:#EAEAEA;
}


h3#no-comments {font: bold 120% Verdana !important; color: #215c97 !important; margin: 0 !important;}

/*        ##################################
           FORMS
        ################################## */

/* コメントヘッダー */
#comefrm {
	margin-left:25px;
}


label {display: block; margin: 0 0 5px 0;}
.text {width: 350px; margin: 0 0 10px 0; padding: 5px; background: url(img/bg-form-text.gif) repeat-x left top #fff; border: 1px solid #ccc;}
textarea {width: 450px; height: 150px; margin: 0; padding: 5px; background: url(img/bg-form-text.gif) repeat-x left top #fff; border: 1px solid #ccc; -moz-border-radius: 5px;}
.submit {width: auto; padding: 5px 20px; margin: 5px 0; color: #fff; background: #333; border: 1px solid #333; -moz-border-radius: 5px;}
input {-moz-border-radius: 5px; margin: 0 5px 0 0;}

/*        ##################################
           SEARCHFORM
        ################################## */

input#search {width: 150px; padding: 5px; background: url(img/bg-form-text.gif) repeat-x left top; border: 1px solid #ccc;}
#search-submit {width: 30px; padding: 5px; color:#fff; background: #333; border: none;}

/*        ##################################
           WORDPRESS CSS
        ################################## */

img.alignright {float:right; margin: 0 0 30px 30px;}
img.alignleft {float:left; margin: 0 50px 30px 0;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
a img.alignright {float:right; margin: 0 0 30px 30px;}
a img.alignleft {float:left; margin: 0 50px 30px 0;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto;}

.aligncenter, div.aligncenter {display: block; margin-left: auto; margin-right: auto;}
.alignleft {float: left;}
.alignright {float: right;}

.wp-caption {border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px;}
.wp-caption img {margin: 0;padding: 0;border: 0 none;}
.wp-caption p.wp-caption-text {font-size: 110%; line-height: 17px; padding: 0 4px 5px; margin: 0;}

/*        ##################################
           SUPERFISH
        ################################## */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,.sf-menu li.sfHover ul {
	left:			0;
	top:			36px; /* match top ul list item height */
	z-index:		1000;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** CUSTOM STYLES ***/

.sf-menu li ul {
	border: 1px solid #111;
	border-top: none;
}
.sf-menu li li ul, .sf-menu li li li ul {
	border: 1px solid #111;
	border-top: none;
}

/*       ###############################
         CLEARFIX
         ############################### */

.clearfix:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}
.clear {clear: both;}



/* ===================================================================
 ここからmasaki
=================================================================== */
/* IE6透過 */
.iepngfix {  
	behavior:expression(IEPNGFIX.fix(this));  
} 


body {
	text-align:center;
	color:#333;
	background-image:url(img2/bg.gif);
	background-repeat:repeat-x;
	background-position:top;
}


#outline {
	width:1001px;
	margin:0 auto;
	text-align:center;
}


/* TOP画像 */
#topimg {
	width:830px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-image:url(img2/bg_w.png);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:20px;
	margin-top:25px;
}
*html #topimg {
	margin-top:35px;
}

#topimg h2 a {
	margin-left:15px;
	display:block;
}



/* ===================================================================
 ヘッダー
=================================================================== */
#header {
	width:830px;
	margin:0 auto;
}

/* ロゴ */
#header h1 {
	float:left;
	background:url(img2/logo.png) no-repeat;
	width:250px;
	height:69px;
	margin-top:5px;
	margin-bottom:10px;
	z-index:10;
	text-indent:-99999px;
}
#header h1 a {
	display:block;
	width:250px;
	height:69px;
	overflow:hidden;
	text-decoration:none;
}


#outline #header #hright {
	float:right;
	background-image:url(img2/bg_menu.png);
	background-repeat:no-repeat;
	background-position:right;
	height:57px;
	width:550px;
}


/* コメント */
#outline #header h2 {
	font-size:10px;
	color:#999;
	font-weight:100;
	margin-left:170px;
}


/* メニュー */
#header ul {
	float:right;
	width:524px;
	margin-top:10px;
}

#header ul li {
	float:left;
	height:45px;
	background-repeat:no-repeat;
	text-indent:-99999px;
}
#header ul li a {
	display:block;
	height:45px;
	overflow:hidden;
	text-decoration:none;
}

#header #menu1 a {
	background:url(img2/menu.gif) 0 0;
	width:92px;
}
#header #menu2 a {
	background:url(img2/menu.gif) -92px 0;
	width:145px;
}
#header #menu3 a {
	background:url(img2/menu.gif) -237px 0;
	width:82px;
}
#header #menu4 a {
	background:url(img2/menu.gif) -319px 0;
	width:82px;
}
#header #menu5 a {
	background:url(img2/menu.gif) -401px 0;
	width:123px;
}



/* ===================================================================
 フッター
=================================================================== */
/* 案内メニュー */
#amenu {
	clear:both;
	width:800px;
	margin-left:auto;
	margin-right:auto;
}


#amenu ul {
	float:right;
}

#amenu ul li {
	float:left;
	margin-left:15px;
	padding-left:15px;
	padding-bottom:3px;
	background-image:url(img2/ya.gif);
	background-repeat:no-repeat;
	font-size:12px;
	line-height:12px;
	color:#666;
}
#amenu ul li a {
	color:#666;
	text-decoration:none;
}


#footer {
	clear:both;
	background-image:url(img2/bg_b.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:320px;
}

#footer #footer_in {
	width:830px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#footer #footer_in ul li {
	float:left;
	margin-left:13px;
	margin-bottom:50px;
	margin-top:20px;
	width:150px;
	width:150px;
}

/* 大メニュー */
#footer #footer_in ul li h3 {
	padding-bottom:2px;
	border-bottom:solid 1px #1A4FA7;
	color:#1A4FA7;
}
#footer #footer_in ul li h3 a {
	color:#1A4FA7;
	text-decoration:none;
	display:block;
}


/* 小メニュー */
#footer #footer_in ul li ol {
	margin:0;
	padding:0;
	margin-top:5px;
}

#footer #footer_in ul li ol li {
	padding-bottom:2px;
	color:#1A4FA7;
	margin:0;
	padding:0;
	font-size:11px;
}
#footer #footer_in ul li ol li a {
	color:#1A4FA7;
	text-decoration:none;
	display:block;
	margin:0;
	padding:0;
}
#footer #footer_in ul li ol li a:hover {
	text-decoration:underline;
}



/* チームマイナス6 */
#footer #footer_in #team6 {
	float:right;
}
#footer #footer_in #team6 a {
	float:right;
	text-decoration:none;
	overflow:hidden;
	display:block;
}



/* 会社住所 */
#footer #footer_in #add {
	clear:both;
	float:right;
	font-size:12px;
	color:navy;
	text-align:right;
	border-bottom:solid 1px #1A4FA7;
	width:350px;
}


/* コピーライト */
#footer #footer_in #cpy {
	clear:both;
	float:right;
	font-size:10px;
	text-align:right;
	color:navy;
	width:300px;
}



/* ===================================================================
 サイドバー
=================================================================== */
#sidebana {
	margin:20px 0 50px 0;
}

#sidebana li {
	margin-bottom:5px;
}
#sidebana li a {
	border:0;
}





.moblogkun-entry img {
	float:left;
	margin:10px 10px 10px 0;
}

.moblogkun-entry p {
	margin-top:10px;
}



















