﻿@charset "utf-8";
/*
	Site Name: Carnegie Co.,Ltd.
	Description: initial setting
	Version: 1.0
	Author: Kazupico Isoyoung
*/

/*
===== CONTENTS ===========================================

	1: universal reset
	2: body and base setting
		: general params
		: acronyms and abbreviations styles
	3: form setting
	4: link setting
	5:Miscelaneous
	6:Layout

==========================================================
*/


/*
===== 1: universal reset =================================
*/

*{
	margin:0;
	padding:0;
}

/*
===== 2: body and base setting ===========================
*/

html, body {
	background: #eeeeee;
	text-align: center; /* box centering */
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;
	margin: 0px;
	padding: 0px;
	color: #404040;
}

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	padding: 0;/* margin&padding reset */
	line-height: 1.45em;/* base line height */
	text-align: left;
	display: block;
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #404040;
}

h2{
	background: #ffffff url(img/bg_h2.png) no-repeat;
	color: #000000;
	line-height: 24px;
	text-indent: 26px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1em; /* vertical-align: middle; */
}

p{
	padding-bottom: 2em;
}

dl{
	list-style: none;
	padding: 0 15px;
	margin: 0;
	font-size: 13px;
	padding-bottom: 2em;
}

dt{
	color: #404040;
	font-weight: normal;
	font-size: 13px;
}

dd{
	list-style: none;
	background: url(img/arrow.png) left 1px no-repeat;
	padding: 0;
	margin: 0 0 0 -15px;
	text-indent: 17px;
	font-size: 13px;
}

table {
	margin : 0;empty-cells: show;
	font-size:10px;
}

td {
	padding:0.3em 1em;
}

tbody {
	font-size: 13px;
}

/* hr, */.areaAnchor,.anchor { display : none; }
img {
	/* border: none ; */
	vertical-align: bottom;
}

ul {
	list-style-image: url(../img/arrow.gif);
	padding: 0 15px;
	margin: 0;
	font-size: 13px;
	padding-bottom: 2em;
}

hr { 
	border-style: dotted none none none; 
	border-top-width: 1px; 
	border-top-color: #ccc; 
	height: 1px; 
} 

/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr{cursor:help;}

/*
===== 3: form setting ===========================
*/

option{ padding-right:10px; }
*+html option{padding-right:0;}/* for IE7&Opera */
* html option{padding-right:0;}/* for IE6 */@@@

form {
    margin: 0;
}

form {
	font-size:12px;
}

.input-submit {
	height: 18px;
	width: 32px;
	cursor:pointer;
    color:#ffffff;/* 文字色 */
    background-color:#ff0000;/* 背景色 */
    background-image:url('img/button.png');/* 背景画像 */
    border-width:0;/* 枠線の太さ 上右下左 */
    /* border-color:#cccccc;*/ /* 枠色 */
    /* border-style:solid solid solid solid; */ /* 枠線の種類 上右下左 */
}

.input-text {
	height: 16px;
	border: 1px dotted #cccccc;
	/** remember to change image path **/
	background-color: #ffffff;
	font-style: normal;
	font-size: 11px;
	color: #404040;
}

input,textarea,select {
	height: 13px;
	/* border: 1px dotted #cccccc; */
	/** remember to change image path **/
	background-color: #ffffff;
	font-style: normal;
	font-size: 10px;
	color: #404040;
}

textarea:focus,input:focus {
    background:#FFFFF0;/* フォーカス中の背景色(IE未実装) */
}

.f_img {
	vertical-align: middle;
}

/*
===== 4: link setting ===========================
*/

a{
	color: #404040;
	text-decoration:none;
}
a:link{
	color: #404040;
	text-decoration:none;
}
a:visited{
	color: #404040;
	text-decoration:none;
}
a:hover{
	color: #c00000;
	text-decoration:none;
}
a:active{
	color: #c00000;
}

/*
===== 5:Miscelaneous ===========================
*/

.shadow{
	float: left;
	background: #ffffe0 url( ../img/shadow_001.gif) right bottom;
	padding: 0 5px 5px 0;
}

/*
===== 6:Layout ===========================
*/

#outline {
 	width:750px;
 	text-align:left;
 	margin:0 auto;
	background-color: #ffffff;
 }
 
.header {
 	height: 75px;
 	background: url(img/top.png) #eeeeee;
 }
 
.search {
	display: block;
	float: right;
	margin: 10px 10px 0 0;
}
 
.topmenu {
	/* width:450px; */
	height:25px;
	line-height:25px;
	background: url(img/bg_topmenu.png) #eeeeee;
	font-size: 12px;
	/* border:solid 1px #cccccc; */
}

.topmenu a,
.topmenu a:link,
.topmenu a:visited,
.topmenu a:active{
	width:90px;
	height:25px;
	text-align:center;
	display:block;
	float:left;
	border-right: #808080 dotted 1px;
}

.topmenu a:hover {
	width:90px;
	height:25px;
	background:#808080;
	color:#ffffff;
	text-align:center;
	display: block;
	float:left;
}
 
/* .outline-margin {
	margin:0 10px;
} */
	
.main {
	width:480px; float:right;
}

.maincontent{
	padding:0 15px 0 5px;
	border-right:solid 10px #cccccc;
}
	
.side {
	width:250px; float:left;
}

.sidemenu{
	height: 25px;
	line-height: 25px;
	background: url(img/bg_sidemenu.png) #eeeeee;
	padding:0 5px;
	border-bottom:dotted 1px #cccccc;
	border-left:solid 10px #cccccc;
	font-size: 13px;
	font-weight: bold;
}

.sidecontent {
	line-height: 1em;
	background: url(img/bg_sidemenu.png) #eeeeee;
	padding:5px;
	border-bottom:dotted 1px #cccccc;
	border-left:solid 10px #cccccc;
	font-size: 13px;
}

.footer {
	text-align: center;
	height: 25px;
	line-height: 25px;
	background: url(img/bg_topmenu.png) #eeeeee;
	font-size: 13px;
}

.c-both {
	clear:both;
}
