@charset "UTF-8";
/* CSS Document
Theme Name: Kojima Tax Account's Office
Theme URI: http://kojimatax.jp
Description: 小嶋税理士事務所 2008
Author: 新潟ホームページ工場/Asterisk Inc.
*/

/*=== Common Settings ===*/

* {
	padding:0;
	margin:0;
}
ul {
	list-style-type:none;
}
img {
	border:10px solid #fff;
}
p {
	line-height:1.5em;
	margin:0 10px 1em 0;
}
li {
	line-height:1.5em;
}
h1 {
	font-size:1.5em;
	margin:5px 0 20px 0;
}
h2 {
	font-size:1.2em;
	margin:5px 0 10px 0;
}
a {
	color:#333;
	text-decoration:none;
	border-bottom:1px dotted #666;
}
a:hover {
	color:#000;
	border-bottom:1px solid #666;
}
.aright {
	text-align:right;
}


/*=== Template Style ===*/

body {
	font-size:90%;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	border-top:6px solid #00947E;
	margin:4px 0 0 0;
}


#wrapper {
	width:800px;
	text-align:left;
	margin:4px auto 0 auto;
}

#header {
	width:800px;
	height:95px;
	background-image:url(images/bg_header.png);
}
#header p {
	display:none;
}
#head_menu {
	display:none;
	margin:10px 0 10px 0;
}
#head_menu ul {
	width:800px;
	height:40px;
	font-size:12px;
}
#head_menu li {
	float:left;
	width:200px;
}
#head_menu li a {
	display:block;
	height:32px;
	padding:2px 0 0 0;
	border-top:1px solid #fff;
	border-left:6px solid #000;
	border-bottom:none;
	text-decoration:none;
}
#head_menu li a:hover {
	border-top:1px solid #dedede;
	background-image:url(images/bg_head_menu_on.png);
	background-repeat:repeat-x;
}
#head_menu li a strong {
	line-height:16px;
	margin:0 0 0 10px;
}
li#menu1 a { color:#333333; border-left-color:#333333; }
li#menu2 a { color:#ff0000; border-left-color:#ff0000; }
li#menu3 a { color:#00947E; border-left-color:#00947E; }
li#menu4 a { color:#0000FF; border-left-color:#0000FF; }

#container {
	width:800px;
	padding:0 0 10px 0;
}
#container:after {
	content : "";
 	display : block;
 	height : 0;
 	clear : both;
}

#lead {
	width:800px;
	height:100px;
	background-repeat:no-repeat;
	background-position:left center;
}
#lead span { display:none; }
.lead_2 { background-image:url(images/bg_lead_page2.png); }
.lead_5 { background-image:url(images/bg_lead_page5.png); }
.lead_6 { background-image:url(images/bg_lead_page6.png); }
.lead_7 { background-image:url(images/bg_lead_page7.png); }
.lead_8 { background-image:url(images/bg_lead_page7.png); }
.lead_15 { background-image:url(images/bg_lead_page15.png); }


#contents {
	width:590px;
	padding:5px 0 0 0;
	margin:29px 10px 0 0;
	border-top:1px solid #ccc;
	float:left;
}
ul#links li {
	float:left;
	width:190px;
}
ul#links li ul {
	list-style-type:square;
}
.shortcut {
}
.shortcut h2 {
	width:580px;
	height:40px;
	margin:0;
	background-position:top;
}
.shortcut h2 strong { display:none; }
.shortcut #smenu1 h2 { background-image:url(images/bg_smenu_service.png); }
.shortcut #smenu2 h2 { background-image:url(images/bg_smenu_profile.png); }
.shortcut #smenu3 h2 { background-image:url(images/bg_smenu_contact.png); }
.shortcut p {
	margin:0 20px 0 0;
}

p.navigation { }
#sidebar {
	width:200px;
	float:left;
}
#sidebar h2 {
	margin:0;
	width:200px;
	height:30px;
}
#sidebar .sitemenu h2 { background-image:url(images/bg_sitemenu.png); }
#sidebar .categories h2 { background-image:url(images/bg_categories.png); }
#sidebar .articlesearch h2 { background-image:url(images/bg_articlesearch.png); }
#sidebar .uptodate h2 { background-image:url(images/bg_uptodate.png); }
#sidebar .sitemenu h2 span,
#sidebar .categories h2 span,
#sidebar .articlesearch h2 span,
#sidebar .uptodate h2 span { display:none; }
#sidebar .categories,
#sidebar .articlesearch,
#sidebar .uptodate { margin:30px 0 0 0; }
#sidebar .articlesearch p {
	font-size:10px;
}

#sidebar li {
	border-bottom:1px solid #dedede;
}
#sidebar li a {
	line-height:26px;
	display:block;
	padding:0 0 0 10px;
	margin:3px 0 1px 0;
	border-left:6px solid #ccc;
	border-bottom:none;
	text-decoration:none;
	color:#333;
}
#sidebar li a:hover {
	border-left:6px solid #00947E;
	text-decoration:underline;
}

#footer {
	clear:both;
	width:100%;
	height:60px;
	color:#666;
	border-top:1px solid #ccc;
	background-image:url(images/bg_head_menu_on.png);
	background-repeat:repeat-x;
	/*background-color:#E5F4F2;
	background-color:#F3F3F3;
	border-top:1px solid #CEEAE6;*/
	font-size:12px;
	text-align:center;
}
#footer address {
	font-style:normal;
	padding:10px 0 5px 0;
}