﻿@charset "utf-8";
/* CSS Document */

/*-------------------------------*/
/*共通設定*/
/*-------------------------------*/


*{	margin: 0;
	padding: 0;}
/* reset css */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* css */

body{background-color:#fff;
 font-family: Arial, Helvetica, verdana, sans-serif;
	background:url(../img/cosmos_long.jpg)no-repeat;
}


#wrap{	width:780px;
	margin:0 auto;
	background-color:#e5e5e5;
	border:solid 10px #fff;
	border-radius: 7px;         /* CSS3 */
   	-moz-border-radius: 7px;    /* Firefox */
   	-webkit-border-radius: 7px; /* Safari,Chrome */
	margin-top:35px;
	box-shadow: 1px 1px 10px 5px #e5e5e5;
	-webkit-box-shadow: 1px 1px 10px 5px #e5e5e5;
	-moz-box-shadow: 1px 1px 10px 5px #e5e5e5;
	margin-bottom:50px;
}


#header{
	position:relative;
	height:164px;
	width:780px;
	background:url(../img/paper1.png) no-repeat 0px 0px;
}


#nabi_bar{
	position:absolute;
	top:20px;
	z-index: 0;
	background-color:#272a56;
	width:780px;
	height:22px;
}

.rightbox{
	float:right;
	width:380px;
}


.rightbox .menu {
	position:relative;
	width:400px;
}

.rightbox .menu ul{
	position:absolute;
	top:0px;
	left:5px;
	z-index: 1;
	width:400px;
	height:70px;
}

.menu ul li{
	float:left;
	width:65px;
	height:65px;
	margin-right:10px;
}

.btn1 a{
	display:block;
	width:65px;
	height:65px;
	background:url(../img/home_white.png) no-repeat;
	text-indent:-999em;
}

.btn2 a{
	display:block;
	width:65px;
	height:65px;
	background:url(../img/works_white.png) no-repeat;
	text-indent:-999em;
}


.btn3 a{
	display:block;
	width:65px;
	height:65px;
	background:url(../img/profile_w.png) no-repeat;
	text-indent:-999em;
}

.btn1 a:hover {
	background:url(../img/button-home.png) no-repeat;
}
	
.btn2 a:hover  {
	background:url(../img/button-works.png) no-repeat;
}

.btn3 a:hover  {
	background:url(../img/button-profile.png) no-repeat;
}



/* ボタン回転　*/
.menu ul li a{
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;	
}
.menu ul li a:hover{
		-webkit-transform: rotate(50deg);
     -moz-transform: rotate(30deg);
       -o-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}


#name{width: 100px;
	color:#ffffff;
	font-weight:bold;
	height: 22px;
	float:leftt;
	margin-left: 20px;
	padding-top:2px;
}

h1{
	width:380px;
	padding-top:75px;
	font-weight:bold;
	font-size:18px;
	color:#555555;
	margin-left:40px;
}

h2{
	font-size:18px;
	text-align:center;
	color:#353535;
	margin-bottom:20px;
}


.index01{
	background-color:#ffffff;
	color:#1d1d8d;
	font-weight:bold;
	font-size:17px;
	padding-top:30px;
}

.hairetsu{
	border-right:none;
}
	
p.cite{
	width:380px;
	text-indent:40px;
	padding-top:10px;
	font-size:14px;
	color:#353535;

}

/*　コンテンツ　*/
#cont{ 
	 background-color:#fff;
	font-size:14px;
	line-height: 1.6em;
	padding-top:20px;
}

/* j-query */

		.odd{
			background:#444444;
		}
		th{
			background:#39396b;
		}
		.even{
			background:#F2F2F2;
		}
		.hover{
			background:#aaaad5;
		}


table { 
	width: 780px;
	background-color:#fff;
	border-collapse:collapse;
	border-spacing:2;
	border: solid 1px #ccc;
	font-size: 14px;
	}


td, th {
	padding:4px 3px 4px 10px;
	border: solid 1px #C0C0C0;
	
}


table th {
	font-weight: bold;
	text-align:center;
	background-color:#39396b;
	color:#555555;
}



table td {
	border-top: solid 1px ;
	color: #434343;
}


.topindex .name01{color:#fff;
	background-color:#39396b;

}


.topindex .title01{color:#fff;
	background-color:#39396b;

}

.topindex .url01{color:#fff;
	background-color:#39396b;
}


.name02{background:#aaaaaa;
	font-size: 16px;
	font-wight: bold;
	color:white;
}


.name {
	width: 15%;
	border-right: solid 1px #C0C0C0;
}

	
.title {
	width: 30%;
	border-right: solid 1px #C0C0C0;
}


.url {
	width: 55%;
}


/* url　のリンク設定　*/
a{text-decoration:underline;
;
}


a:link{	color:#434343;
}


a:visited{color:#6a156a;
}


a:hover{color:#ff0080;
}


/*  top ページへ*/

#toTop {
	position: fixed;
	bottom: 30px;
	margin-left: 780px;
}
#toTop a {
	width: 80px;
	display: block;
	line-height: 32px;
	font: 15px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #55ffff;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	text-indent: 28px;
	padding-top:5px;
	font-weight:bold;
}

#toTop a:hover {
	color: #261a1f;
}
/* arrow icon (span tag) */
#toTop span {
	width: 32px;
	height: 32px;
	display: block;
	margin-bottom: 7px;
	background: url(../img/) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#toTop a:hover span {
	background-color: #fff/*#c99*/;
}

/* 広告非表示 */
ul.tdftad {
	display: none;
}

