html {
    height: 100%;
    }

body {
	background-image:url(../img/cotton.png);
    background-repeat: repeat;
	color: #000000;
	font-family: 'Arial', "メイリオ", sans-serif;
	font-size: 13px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	}

p {
	line-height: 1.2;
	margin: 0;
	padding: 5px 0;
	}
	
dl {
	clear: both;
	margin: 0;
	padding: 5px 0;
	}
	
dt {
	color: #003e66;
	float: left;
	margin: 0;
	padding: 0;
	width: 2em; <!-- 6em -->
	}
	
dd {
	margin: 0;
	padding: 0 5px;
	margin-left: 1em; <!-- 6em -->
	width: 420px;
	}

h1 {
   font-size: 13px;
   }
   
a:link {
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	color: #87ceeb;
	}
	
.clear_both {
	clear: both;
	}
	
#container{
    /* フッターを最下部に固定するため */
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    }

#wrapper {
	margin: 0 auto;
	width: 1000px;
	}

/* ============= HEADER ================ */

#header {
	weight: 1000px;
	height: 70px;
	}
	
.header_logo_home {
	float: left;
	padding: 20px 600px 10px 10px;
	}

	
.header_logo {
	float: left;
	padding: 20px 506px 10px 10px;
	}

.header_menu {
	weight: 188px;
	height: 50px;
	font-size: 12px;
	text-align: center;
	}

.header_menu a{
	color: #ffffff;
	background:url(../img/header_menu.png) no-repeat;
	display: block;
	float: left;
	font-weight: bold;
	height: 50px;
	padding: 15px 0 0 0px;
	width: 94px;
	}
	
*html #header_menu a{/*IE6*/
	width: 94px;
	}

.header_menu a:hover {
	background: url(../img/header_menu_on.png) no-repeat;
	text-decoration: none;
	}
	
/* ============= MENUBER ================ */

#menubar {
    width: 1000px;
    margin: 0 auto;
    }

ul {
    padding-left:0px;
    }

ul#nav1 li {
    float: left;
    width: 250px;
    height: 80px;
    overflow: hidden;
    }

/* ============= TOP IMAGE ================ */

#top_image {
    position:relative;
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
    -webkit-text-size-adjust: 100%;
    }
    
#top_text {
    display:block;
    position:absolute;
    top:530px;
    left:605px;
    background:none;
    line-height: 1.5;
    }

/* ============= CONTENT ================ */

#main {
    width: 100%;
    min-width: 1000px;
    background: #ffffff;
    box-shadow:0 0 8px #fff, 0 0 8px #ccc, 0 0 8px #aaa;
    margin: 0 auto;
    padding-top: 20px;
	padding-bottom: 90px;
    overflow: hidden;
    }
    
#main:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
    }

#content {
	margin: 0 auto;
	padding: 20px 0;
	width: 1000px;
	text-align: center;
	}
	
#left {
	float: left;
    width: 530px;
	}

#right {
	float: right;
    width: 400px;
	}

#consul_left {
	float: left;
    width: 480px;
	}

#consul_right {
	float: right;
    width: 480px;
	}

/* ============= NEWS ================ */

#news {
    width: 530px;
	margin-bottom: 30px;
	padding: 10px;
	text-align: left;
	}

/* ============= BLOG ================ */

#blog {
    width: 530px;
	margin-bottom: 20px;
	padding: 5px;
	text-align: left;
	}

.summary {
    width: 400px;
	padding: 5px;
    text-align: left;
    -webkit-text-size-adjust: 100%;
    }

/* ============= TWITTER ================ */

#twitter {
    width: 400px;
	margin-bottom: 20px;
	text-align: center;
	}

/* ============= WORKS ================ */

#works_box {
    width: 500px;
    height: 120px;
    display: block;
    box-shadow:0 0 8px #fff, 0 0 8px #ccc, 0 0 8px #aaa;
    margin: 20px 10px;
    padding: 20px 5px;
    background: #f3f7e1;
 
    /* rounded corners */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    }

.works_text {
    color: #604c3f;
    width: 455px;
    padding: 10px 10px 10px 25px;
    text-align: left;
    line-height: 1.5em;
    -webkit-text-size-adjust: 100%;
    }

/* ============= EVENT ================ */

.event_text {
    color: #604c3f;
    width: 600px;
    padding: 10px 10px 10px 25px;
    text-align: left;
    line-height: 1.5em;
    -webkit-text-size-adjust: 100%;
    }

/* ============= CONSULTING ================ */

.consul_text {
    color: #604c3f;
    width: 450px;
    padding: 10px 10px 110px 25px;
    text-align: left;
    line-height: 1.5em;
    -webkit-text-size-adjust: 100%;
    }

/* ============= IMAGE ================ */

#image_photo {
    width: 350px;
	margin: 55px 0 0;
	padding: 5px;
	text-align: center;
	}

/* ============= CONTACT LINK ================ */

#contact_link {
    width: 1000px;
	margin: 60px;
	padding: 10px;
	text-align: left;
    -webkit-text-size-adjust: 100%;
	}

.text01 {
	vertical-align: middle;
	}

/* ============= PROFILE ================ */

#profile {
    width: 1000px;
	padding: 30px 0 20px;
	text-align: center;
    -webkit-text-size-adjust: 100%;
	}

/* ============= MAILFORM ================ */

div#mf_wrapper {
	width: 640px;
	text-align: left;
	margin: 0px auto 0px auto;
	padding-top: 30px;
	padding-bottom: 90px;
	font-family: sans-serif;
    }

form#mailform {
	padding: 5px;
	background-color: #fff;
    }
    
table.mailform {
	width: 100%;
    }
    
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border-bottom: solid 1px #999999;
	padding: 7px 5px 7px 5px;
    }
    
table.mailform tr th {
	width: 150px;
    }
    
table.mailform tr th span {
	color: #CC0000;
	font-size: 10px;
    }
    
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
    }
    
table.mailform tr td textarea {
	width: 100%;
	height: 120px;
    }
    
/* ============= TO-LINK ================ */

#to-link {
    position: fixed;
    bottom: 45px;
    right: 25px;
    z-index: 9999;
    }
 
 
/* ameblo */
#to-link span01 {
    width: 60px;
    height: 60px;
    display: block;
    margin-bottom: 7px;
    background: #ddd url(../img/link01.png) no-repeat center center;
    filter:alpha(opacity=60);
 
    /* rounded corners */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
 
    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    }

#to-link a:hover span01 {
    background-color: #ffffff;
    filter:alpha(opacity=100);
    }

/* facebook */
#to-link span02 {
    width: 60px;
    height: 60px;
    display: block;
    margin-bottom: 7px;
    background: #3661b3 url(../img/link02.png) no-repeat center center;
    filter:alpha(opacity=60);
 
    /* rounded corners */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
 
    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    }

#to-link a:hover span02 {
    background-color: #ddd;
    filter:alpha(opacity=100);
    }

/* twitter */
#to-link span03 {
    width: 60px;
    height: 60px;
    display: block;
    margin-bottom: 7px;
    background: #ddd url(../img/link03.png) no-repeat center center;
    filter:alpha(opacity=60);
 
    /* rounded corners */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
 
    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    }

#to-link a:hover span03 {
    background-color: #ffffff;
    filter:alpha(opacity=100);
    }

/* top */
#to-link span04 {
    width: 60px;
    height: 60px;
    display: block;
    margin-bottom: 7px;
    background: #ddd url(../img/link04.png) no-repeat center center;
    filter:alpha(opacity=60);
 
    /* rounded corners */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
 
    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    }

#to-link a:hover span04 {
    background-color: #ffffff;
    filter:alpha(opacity=100);
    }

/* ============= FOOTER ================ */

#footer {
	background-color: #604c3f;
	width: 100%;
	height: 90px;
	position: absolute;
	bottom: 0;
	min-width: 1000px;
	}

.footer_link {
	color: #ffffff;
	font-size: 12px;
	padding: 15px 0 30px;
	text-align:center;
	}

.footer_link a{
	color: #ffffff;
    }

.footer_copy {
	color: #ffffff;
	font-size: 11px;
	padding: 5px 0 15px;
	text-align:center;
	}
