@charset "utf-8";
/* Theme Name: Twenty Eleven */

/* ページ全体 
--------------------------------------------------*/
body{
	margin:0 auto;
	padding:0;
	text-align:center;
	font-size:12px;
	font-family: "メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	color:#222;
	background:#57a6dc url(images/bg.png) top left repeat-x;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,p,div,form,img,hr{
	margin:0px;
	padding:0px;
	border:none;
}
img{
	border:none;
	vertical-align:top;
}
ul{
	list-style-type:none;
}
.cl{
	clear:both;
}

h1{
	font-size:20px;
}
h1.titleTxt{
	margin: 0 85px 15px 90px;
	padding:0 10px;
	border-left:6px solid #083090;
	background:#e7f2fa;
	color:#083090;
}

h2{
	font-size:18px;
}
h3{
	font-size:15px;
}
h4{
	font-size:14px;
}
h5{
	font-size:12px;
}


#all{
	width:1000px;
	margin:0 auto;
	text-align:left;
	background:#fff;
}

/* マウスオーバー時の画像 */
#all a:hover img{
	filter: alpha(opacity=80);
  -moz-opacity:0.8;
  opacity:0.8;
}

/* 画像の回り込み */
.imgL img{
	float:left;
	margin-right:20px;
}
.imgR img{
	float:right;
	margin-left:15px;
	margin-bottom:10px;
}

/* リストのスタイル */
.listStyle1{
	list-style:outside disc;
	margin-left:20px;
}


/* リンク 
--------------------------------------------------*/
a{
	color:#083090;
}
a:visited{
	color:#083090;
}
a:hover{
	color:#777;
}


/* ヘッダー 
--------------------------------------------------*/
#header{
	width:100%;
	margin-top:4px;
}
#header div.logo a:hover img{
	filter: alpha(opacity=100);
  -moz-opacity:1.0;
  opacity:1.0;
}

#hdLeft{
	width:440px;
	float:left;
}
#hdRight{
	width:560px;
	height:98px;
	float:right;
	background:url(images/head_right.png) top left no-repeat;
	text-align:right;
}


/* ナビゲーションメニュー 
--------------------------------------------------*/
#nav{
	width:100%;
	height:45px;
	position:relative;
}
#nav li{
	float:left;
	width:143px;
	background:url(images/menu_bg_on.png) top left no-repeat;
	text-align:center;
	font-size:13px;
}
#nav li.last{
	width:142px!important;
}

#nav li a{
	display:block;
	padding:15px 0;	
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	background:url(images/menu_bg.png) top left no-repeat;
}
#nav li a:visited{
	display:block;
	padding:15px 0;	
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	background:url(images/menu_bg.png) top left no-repeat;
}
#nav li a:hover{
	background:none;
}

/* 現在のページ */
#nav li#current a{
	background:none;
}


/* プルダウンメニューの配置 */
#submenu1{
	position:absolute;
	top:41px;
	left:286px;
}

/* 通常時（プルダウン非表示） */
#nav ul li.parent ul{
	display:none;
}

/* マウスオーバー時（プルダウン表示） */
#nav ul li.parentOn ul{
	display:block;
	background:#ccc;
	width:245px;
}

/* プルダウンメニューのスタイル */
#nav ul ul li{
	float:none;
	background:none;
}
#nav ul ul li a{
	padding:6px 10px;
	background:#ccc;
	width:225px;
	border-top:1px solid #777;
	text-align:left;
	color:#102847;
}
#nav ul ul li a:visited{
	padding:6px 10px;
	background:#ccc;
	width:225px;
	border-top:1px solid #777;
	text-align:left;
	color:#102847;
}
#nav ul ul li a:hover{
	padding:6px 10px;
	background:#ccc;
	width:225px;
	border-top:1px solid #777;
	text-align:left;
	color:#fff;
}



/* コンテンツ 
--------------------------------------------------*/
#primary{
	width:100%;
}
#content{
	padding:20px;
}

#contLeft{
	width:700px;
	float:left;
	line-height:1.6;
}
#contRight{
	width:240px;
	float:right;
}

.contL{
	width:380px;
	float:left;
	padding-right:20px;
}
.contR{
	width:300px;
	float:right;
}

.contL2{
	width:340px;
	float:left;
	padding-right:20px;
}
.contR2{
	width:340px;
	float:right;
}


/* インデックスページ 
--------------------------------------------------*/
#ttTxt{
	width:100%;
	/*background:url(images/cont_bg.jpg) top right no-repeat;*/
}
.category li{
	width:216px;
	float:left;
	margin-right:20px;	
	
	/* 角丸ボーダー */
	border:2px solid #ccc;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;	
	behavior: url(http://www.puddlebyart.com.au/wp/wp-content/themes/twentyeleven/PIE/PIE.htc);
	position:relative;
}
.category li.last{
	margin-right:0!important;
}

.catTitle{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	width:216px;
	background:url(images/title_bg.png) top left no-repeat;
	padding:6px 0 15px 0;
}
.catImg{
	padding:0 10px 6px 10px;
}
.catTxt{
	font-size:12px;
	padding:0 10px 6px 10px;
}
.catBtn{
	text-align:right;
	padding:0 10px 10px 10px;
}


/* サイドバー 
--------------------------------------------------*/
#newsWrap{
	padding:10px;
	
	/* 角丸ボーダー */
	border:2px solid #a1dbff;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;	
	behavior: url(http://www.puddlebyart.com.au/wp/wp-content/themes/twentyeleven/PIE/PIE.htc);
	position:relative;
}
.news{
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
	line-height:1.5;
	font-size:11px;
}
.newsDate{
	font-family:Arial, Helvetica, sans-serif;
}
.newsTitle{
	font-size:14px;
	font-weight:bold;
}
.newsImg{
	padding:3px 10px 0 0;
}


/* 法人概要ページ 
--------------------------------------------------*/
.gaiyou table{
	background:#b3cc82;
}


/* News 詳細ページ 
--------------------------------------------------*/
.news2 table{
	background:#222;
	line-height:1.5;
}

/* フォームページ 
--------------------------------------------------*/
table.form {
        border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
}
table.form td {
        border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
        font-size: 13px;
        padding-left: 10px;
}
table.form td.iro {
        background-color:#EEEEEE;
}


/* フッター 
--------------------------------------------------*/
#footer{
	width:960px;
	background:#c8e2f4;
	margin:0 auto;
	padding:20px;
	font-size:12px;
	color:#083090;
}
#footer li{
	display:inline;
}
#footer a{
	text-decoration:none;
}
#footer a:visited{
	text-decoration:none;
}

#copyright{
	color:#777;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
#copyright a{
	color:#777;
}
#copyright a:visited{
	color:#777;
}
#copyright a:hover{
	text-decoration:underline;
}


/* その他のスタイル 
--------------------------------------------------*/
.sp1{
	letter-spacing:-1px;
}
.sp2{
	letter-spacing:-2px;
}
.mar1{
	margin-top:10px;
}
.mar2{
	margin-top:20px;
}
.pad1{
	padding:6px;
}
.pad2{
	padding-left:6px;
}
.bg1{
	background:#e6eed5;
}
.bg2{
	background:#fff;
}
.bg3{
	background:#c1d9fb;
}
.bg4{
	background:#afddfa;
}
.bg5{
	background:#083090;
	padding:6px;
	
	/* 角丸ボーダー */
	border:0px solid #083090;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;	
	behavior: url(http://www.puddlebyart.com.au/wp/wp-content/themes/twentyeleven/PIE/PIE.htc);
	position:relative;
}
.bg6{
	background:#fdecd3;
}
.bg7{
	background:#eb6100;
}
.bg8{
	background:#FF0000;
}
.bg9{
	background:#2a385d;
}
.bg10{
	background:#222;
}
.border1{
	border-bottom:1px dotted #ccc;
	padding-bottom:20px;
}
.red{
	color:#FF0000;
}
.blue{
	color:#083090;
}
.txt1{
	font-size:11px;
}
.txt2{
	font-size:12px;
}
.txt3{
	font-style:italic;
}
.color1{
	color:#fff;
}
.color2{
	color:#ff9c00;
}
.txtBg{
	background:#f9f8f8;
	padding:10px 15px;
	
	/* 角丸ボーダー */
	border:2px solid #ccc;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;	
	behavior: url(http://www.puddlebyart.com.au/wp/wp-content/themes/twentyeleven/PIE/PIE.htc);
	position:relative;
}


/* デフォルトのスタイルを消去する設定 
--------------------------------------------------*/
.entry-meta,.comments-link,.entry-title{
	//display:none;
}
#secondary,#comments{
	//display:none;
}