@charset "utf-8";
/* テンプレート部分のSTYLE */

* {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #333333;
	text-decoration: none;
	font-size: 80%;
	background-color: #111111;
}
h1 {
	font-size: 85%;
	font-weight: normal;
	color: #FFFFFF;
}
h2{
	clear: both;
	margin-bottom: 20px;
	font-size: 200%;
	color: #FF9900;
	margin-top: 25px;
}
h3 {
	font-size: 125%;
	clear: both;
	margin-bottom: 15px;
	color: #666666;
	border-bottom: 1px dashed #999999;
	padding-bottom: 7px;
	letter-spacing: 0.05em;
}
h4 {
	border-left: 3px solid #FF7F00;
	padding-left: 10px;
	margin-bottom: 10px;
}
img {
	vertical-align: bottom;
}


/* LinkStyle
-------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #FFCC33;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FFCC33;
	text-decoration: underline;
	min-height: 1em;
}
a:active {
	color: #999999;
	text-decoration: none;
}

/* contanerStyle
-------------------------------*/
#wrapper {
	width: 865px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#main {
	float: left;
	width: 600px;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
}
#header {
	clear: both;
	margin-bottom: 35px;
}
#sidebar {
	float: right;
	width: 176px;
	margin-left: 25px;
	background-color: #333333;
	color: #FFFFFF;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 30px;
}
#footer {
	clear: both;
	border-top: 3px solid #99CC00;
	border-right: 3px solid #99CC00;
	border-left: 3px solid #99CC00;
	background-color: #333333;
	color: #CCCCCC;
	font-size: 90%;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* topStyle
-------------------------------*/


/* headerStyle
-------------------------------*/
#header img {
}
#header #top-left {
	width: 345px;
	float: left;
	height: 80px;
}
#header #top-right {
	float: right;
	width: 520px;
	height: 80px;
}
#header p#toplink {
	background-color: #333333;
	width: 245px;
	margin-left: 260px;
	height: 22px;
	padding-top: 3px;
	padding-left: 15px;
}
#header p#toplink a {
	color: #FFF;
	text-decoration: none;
	border-left: 4px solid #CCFF33;
	padding-left: 10px;
	margin-right: 20px;
}
#header p#toplink a:hover {
	border-left: 4px solid #FF9900;
}
#flash {
	clear: both;
	border: 3px solid #99CC00;
	height: 294px;
	background-image: url(../img/top/flash_b.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#topimage {
	clear: both;
	border: 3px solid #99CC00;
	height: 114px;
}


/* navigationStyle
-------------------------------*/
#header ul {
	display: block;
	width: 520px;
	height: 55px;
	position: relative;
}
#header ul li {
	float: left;
	list-style: none;
}
#header ul li a {
	display: block;
	width: 130px;
	height: 55px;
	text-indent: -9999px;
}
#header ul li#nProfile a {
	background-image: url(../img/allpage/navi.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#header ul li#nWork a {
	background-image: url(../img/allpage/navi.gif);
	background-repeat: no-repeat;
	background-position: -130px 0px;
}
#header ul li#nContact a {
	background-image: url(../img/allpage/navi.gif);
	background-repeat: no-repeat;
	background-position: -260px 0px;
}
#header ul li#nBlog a {
	background-image: url(../img/allpage/navi.gif);
	background-repeat: no-repeat;
	background-position: -390px 0px;
}

/* navigationStyle-hover
-------------------------------*/
#header ul li#nProfile a:hover {
	background-image: url(../img/allpage/navi.gif);
	background-repeat: no-repeat;
	background-position: 0px -55px;
}
#header ul li#nWork a:hover {
	background-image: url(../img/allpage/navi.gif);
	background-repeat: no-repeat;
	background-position: -130px -55px;
}
#header ul li#nContact a:hover {
	background-image: url(../img/allpage/navi.gif);
	background-repeat: no-repeat;
	background-position: -260px -55px;
}
#header ul li#nBlog a:hover {
	background-image: url(../img/allpage/navi.gif);
	background-repeat: no-repeat;
	background-position: -390px -55px;
}

/* polldown Style
-------------------------------*/
#header ul li table {
	border-collapse: collapse;
	position: absolute;
	top: 0;
	padding: 0px;
	left: 0px;
	text-decoration: none;
	width: 130px;
}
#header ul li ul {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	left: 130px;
	width: 130px;
	height: 60px;
	z-index: 100;
	top:55px;
}
#header ul li:hover ul,
#header ul li a:hover ul {
	visibility: visible;
	overflow: visible;
	height: auto;
	z-index: 10;
}
#header ul li ul li a {
	height: 30px;
}
#header ul li ul li#nWeb a {
	background-image: url(../img/allpage/navi2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#header ul li ul li#n3D a {
	background-image: url(../img/allpage/navi2.gif);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}
#header ul li ul li#nWeb a:hover {
	background-image: url(../img/allpage/navi2.gif);
	background-repeat: no-repeat;
	background-position: -130px 0px;
}
#header ul li ul li#n3D a:hover {
	background-image: url(../img/allpage/navi2.gif);
	background-repeat: no-repeat;
	background-position: -130px -30px;
}

/* sidebarStyle
-------------------------------*/
#sidebar h2 {
	margin-bottom: 5px;
}
#sidebar #archives dl {
	background-color: #666666;
	padding: 7px 10px;
	margin-top: 5px;
}
#sidebar #archives dl dt {
	font-size: 85%;
	color: #FF6600;
	line-height: 1em;
}
#sidebar #archives dl dd {
	margin-bottom: 10px;
	line-height: 1.2em;
}
#sidebar #archives dl dd a {
	color: #FFFFFF;
	text-decoration: underline;
}
#sidebar #archives dl dd a:hover {
	text-decoration: none;
}
#sidebar #tel {
	margin-top: 5px;
}
#sidebar ul li {
	list-style: none;
}
#sidebar ul li a {
	color: #FFFFFF;
}
#sidebar .banner {
	color: #333333;
	background-color: #666666;
	padding: 7px 10px;
	margin-top: 8px;
	font-size: 85%;
	line-height: 1.2em;
}
#sidebar .banner img {
	margin-bottom: 10px;
}
#sidebar .banner a {
	color: #FFFFFF;
	font-size: 120%;
}


/* mainStyle
-------------------------------*/
div.textbox p {
	margin-bottom: 1em;
}
p.galback {
	background-image: url(../img/web/Slash.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 25px;
	clear: both;
	text-align: right;
	font-size: 90%;
	padding-top: 2px;
	padding-right: 15px;
	margin-bottom: 25px;
	margin-top: 20px;
}
p.galback a {
	color: #333333;
}
img#cont_link {
	margin-top: 10px;
}
a:hover img#cont_link {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/* footerStyle
-------------------------------*/
#backTop {
	text-align: right;
	clear: both;
	padding-top: 20px;
	margin-bottom: 12px;
}
#footer p {
	text-align: center;
}
#footer p.info {
	font-size: 85%;
}
#footer address {
	font-style: normal;
	text-align: center;
	font-size: 85%;
}

/* テンプレ部分終わり */



/* text-style
-------------------------------*/
.lineheight {
	line-height: 1.2em;
}
.align_right {
	text-align: right;
}
.clear {
    clear: both;
}
.clr {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0.1em;
}
.orange {
	color: #FF6600;
}
.yellow {
	color: #FFCC33;
}
.green {
	color: #99CC00;
}
.size_115 {
	font-size: 115%;
}
.size_90 {
	font-size: 90%;
}
.bold {
	font-weight: bold;
}
.left_box {
	float: left;
	margin-bottom: 15px;
}
.right_box {
	float: right;
	padding-left: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.txt_box {
	margin-bottom: 20px;
}
.space {
	letter-spacing: 1px;
}
ul.main_ul {
	margin-bottom: 1em;
}
ul.main_ul li {
	list-style: none;
	padding-left: 1em;
	background-image: url(../img/web/list.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
}

