@charset "UTF-8";

/* ***************************************************
* CSS file For Weltec
	FileName: common.css
	data:2008/3.27 nishikawa

■目次 ==========================================
■[01]:ブラウザスタイル初期化
■[02]:基本スタイル
■[03]:大枠レイアウト
■[20]:見出し
■[30]:ヘッダー
■[40]:フッター
■[50]:サイドメニュー
■[60]:中P共通部分
■[80]:レイアウト指定
■[90]:指定フォント
■[91]:指定リンク
**************************************************** */


/*-----------------------------------------------------------
■[01]:ブラウザスタイル初期化
------------------------------------------------------------*/

body, div, table, caption, th, tr, td, ul, ol, li, dl, dt, dd, form, input, textarea, p {
	font-weight: normal;
	font-style: normal;
}

body {
	font-size: 12px;
	line-height: 18px;
}

img,table {
	border: none;
}

img {
	vertical-align: bottom;
}

h1,h2,h3,h4,h5,h6,p,form,ul,li,dl,dt,dd {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

ul {
	list-style: none;
}


/* -- clear float -- */ 
.LRSplit { 
    min-height:0; 
    display: inline-table; 
} 
.LRSplit:after{ 
    content:"."; 
    display:block; 
    height:0; 
    clear: both; 
    visibility:hidden; 
} 
/* \*/ 
* html .LRSplit {height:0;} 
.LRSplit{display: block;} 
/* */ 
/* -- end clear float -- */


/*-----------------------------------------------------------
■[02]:基本スタイル
------------------------------------------------------------*/

body {
	text-align: center;
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-family:Osaka,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック', sans-serif;
	background: url(../img/common/bg.gif) repeat left top;
}


a:link {
	color: #d47924;
	text-decoration: underline;
}
a:visited {
	color: #d47924;
	text-decoration: underline;
}
a:hover {
	color: #d44d24;
	text-decoration: underline;
}

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}


/* 
textarea, select, input {
    　　font-family : Osaka;
} */


/*-----------------------------------------------------------
■[03]:大枠レイアウト
------------------------------------------------------------*/

div#Container {
	width: 752px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

div#Wrapper {
	background: url(/img/common/contents_bg.gif) repeat-y left top;
	padding: 7px 16px 10px;
	float: left;
}

*:first-child+html div#Wrapper { padding: 7px 16px 15px; }

/* hide from Mac IE \*/
* html div#Wrapper { padding: 7px 16px 15px; }
/* */ 


/*-----------------------------------------------------------
■[20]:見出し
------------------------------------------------------------*/
h1 { margin: 0; padding: 0; font-size: 10px; }

h2, h3 { padding: 0; margin: 0; clear: both; }


/*-----------------------------------------------------------
■[30]:ヘッダー
------------------------------------------------------------*/
div#Header {
	background: url(/img/common/header_bg.gif) no-repeat left top;
	height: 72px;
	padding: 5px 6px 0;
	position: relative;
}

div#Header h1 {
	position: absolute;
	top: 18px;
	right: 10px;
}

div#Header a#Logo {
	float: left;
	width: 238px;
	margin: 10px 0 0 10px;
}

div#Header p {
	float: right;
	width: 250px;
	text-align: right;
	margin: 48px 10px 0 0;
	display: inline;
}

div#Header p img {
	margin: 0 0 0 5px;
}

/* パンくず */
div#Topicpath {
	margin: 8px 0;
	font-size: 12px;
}
div#Topicpath a:link {color: #ff9900; text-decoration: underline;}
div#Topicpath a:visited {color: #ff9900; text-decoration: underline;}
div#Topicpath a:hover {color: #ff6600; text-decoration: none;}


/*-----------------------------------------------------------
■[03]:メインナビ
------------------------------------------------------------*/
div#G_Navi {
	margin: 0 0 5px 0;
}

div#G_Navi ul li {
	float: left;
}

/*-----------------------------------------------------------
■[40]:フッター
------------------------------------------------------------*/
div#Footer {
	clear: both;
	background: url(/img/common/footer_bg.gif) no-repeat left top;
	height: 80px;
	font-size: 12px;
	text-align: center;
	padding-top: 15px;
}

div#Footer a { color: #666; text-decoration: none; }

div#Footer a:hover { color: #666; text-decoration: none; }

div#Footer img {
	margin-top: 30px;
}

/*-----------------------------------------------------------
■[50]:サイドメニュー
------------------------------------------------------------*/


/*-----------------------------------------------------------
■[60]:中ページ共通部分
------------------------------------------------------------*/
p.Intro {
	margin: 5px 0 10px;
}

div.Top {
	width: 90px;
	float: right;
	margin: 0 0 25px 0;
}

p.Comment {
	font-size: 12px;
	margin: 18px 0;
	line-height: 18px;
}

div#Common_menu {
	width: 718px;
	float: left;
	padding: 7px 0 10px;
}

div#Common_menu p {
	width: 255px;
	float: left;
	margin-right: 4px;
}

div#Common_menu img {
	width: 141px;
	float: left;
	margin-left: 10px;
}

/*-----------------------------------------------------------
■[95]:フォーム関連
------------------------------------------------------------*/
