@charset "UTF-8";
/*\/
*html.buggybox{height:1%}
/**/

body {
margin: 0;
padding: 0;
background-color: #010201;
text-align: center;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* common part*/

h1,h2,h3,h4,p,ul,li {
 margin:0;
 padding:0;
 }
 
a {
text-decoration: none;
}

a:link, a;visited {
color: #806f27;
}

a:active {
color: #d9be42;
}

a:hover {
color: #abcdda;
}
ul {
list-style-type: none;
}

li {
list-style-position: outside;
}
.news_words {
	color: #333333;
}

/* container*/

div#container {
	width: 850px;
	height: 3000px;
	background-color: #010201;
	text-align: left;
	padding:0px;
	background-image: url(../images/index_mainimg.jpg);
	margin-left: auto;
    margin-right: auto;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: top;
}
div#prof_container {
	width: 850px;
	height: 3000px;
	background-color: #010201;
	text-align: left;
	padding:0px;
	background-image: url(../images/profile_mainimg.jpg);
	margin-left: auto;
    margin-right: auto;
	background-repeat: no-repeat;
	background-position: top;
}
div#work_container {
	width: 850px;
	height: 3000px;
	background-color: #010201;
	text-align: left;
	padding:0px;
	background-image: url(../images/work_mainimg.jpg);
	margin-left: auto;
    margin-right: auto;
	background-repeat: no-repeat;
	background-position: top;
}
div#its_container {
	width: 850px;
	height: 3000px;
	background-color: #010201;
	text-align: left;
	padding:0px;
	background-image: url(../images/its_mainimg.jpg);
	margin-left: auto;
    margin-right: auto;
	background-repeat: no-repeat;
	background-position: top;
}


/* header*/

div#header {
width: 850px;
height: 20px;
background-color: transparent;
}

div#header a:link, div#header a:visited, div#navigation a:link, div#navigation a:visited {
color: #ffffff;
}

div#header a:active, div#header a:hover, div#navigation a:active, div#navigation a:hover {
color: #abcdda;
}

div#header h1 {
color: #ffffff;
text-indent: -9999px;
}

div#header ul {
float: right;
}

div#header li {
	display: inline;
	margin-left: 0.5em;
	color: #ffffff;
	font-size: small;
	text-transform: none;
}

/* navigation*/

div#navigation ul {
	margin-left: 30px;
}
div#navigation li {
	display: inline;
	margin-rihgt:0.5em;
	padding-left:0.5em;
	border-left: 1px solid #ffffff;
	color: #ffffff;
	font-size: 90%;
	text-transform: uppercase;
    font-weight: bold;
}


/* main_content*/

div#containts {
	width: 450px;
    height: 700px;
	float: left;
	margin-top: 30px;

}
div#containts h1,h2 {
	margin-top: 0px;
	margin-left: 30px;
}
.TabbedPanelsContent h2 {
	margin-left: 0px;
}
div#containts p {
    font-size: 85%;
    font-weight: normal;
	line-height: 1.4;
	margin: 10px;

}

div#containts dt {
    font-size: 100%;
    font-weight: normal;
    margin-bottom: 1em;
}

div#containts dd {
    font-size: 90%;
    font-weight: normal;
    margin-bottom: 1em;
}

/* title*/

div#maintitle {
    width: 400px;
    float: right;
    margin: 0;
    padding: 0;
}

div#maintitle ul {
	list-style-type: circle;
	float: right;
	margin-right: 100px;

}

div#maintitle li {
    color:#DF7A20;
    list-style-position: inside;
    font-size: 75%;
}

.return  {
	text-align: right;
	margin-right: 20px;
	margin-bottom: 20px;

}
.return a {
	font-size: 80%;
	color: #000000;
	text-decoration: underline;
}

/* フッター*/

address#footer {
	width: 850px;
	height: auto;
	clear: both;
	font-weight: normal;
	font-style: normal;

}
div#footer_inner {
	width: 850px;
    height: auto;

}
div#footer_inner p {
	color: #CCCCCC;
	font-size: x-small;
	line-height: 1.2;
	text-align: right;	
}
.clear {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}
