@charset "UTF-8";

/*
	Reset
*******************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
li {list-style:none;}
img {border:0;}

/* Yahoo UI Font CSS
-----------------------------------------------
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0pr2

Font-size Adjustment.
	77% = 10px	|	123.1% = 16px	|	167% = 22px
	85% = 11px	|	131% =  17px	|	174% = 23px 
	93% = 12px	|	138.5% = 18px	|	182% = 24px 
	100% = 13px	|	146.5% = 19px	|	189% = 25px 
	108% = 14px	|	153.9% = 20px	|	197% = 26px 
	116% = 15px	|	161.6% = 21px	| 
----------------------------------------------- */ 
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 * 
 */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
*font-size:small; /* for IE */*font:x-small; /* for IE in quirks mode */	background-color: #FFF;
/*
background:url(http://www.marshmallowstudio.jp/tweeple2/b.jpg) no-repeat left top;

background:url(http://www.marshmallowstudio.jp/img/common/tree.jpg) repeat;
*/
}
table {font-size:inherit;font:100%;}

/**
 * 99% for safari; 100% is too large
 */
select,input,button,textarea {font:99% arial,helvetica,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}



/*
	clearfix
*******************************/
.clearfix:after { content: " ";  display: block; visibility: hidden; clear: both; height: 0.1px; font-size: 0.1em; line-height: 0;  }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*
	replaceImg
*******************************/
.replaceImg { text-indent: -9999px; overflow: hidden; background-repeat: no-repeat;}


/*
	BASE
*******************************/
/*body { font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,'Hiragino Kaku Gothic Pro',Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;}*/

* {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
}

body > #container {
	height: auto;
	background-color: #FFF;
	
}
/*dt,dd,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,a { font-size:93%;}
*/
body * {line-height:1.22em;}

img {
	vertical-align:bottom;
	line-height:0;
}


p,th,td,dt,dd,li,h1,h2,h3,h4,h5,h6 { color:#222;}

a,
a:link,
a:visited { color:#39F; text-decoration:none;}
a:hover {
	color:#36F;
	text-decoration:underline;
}

.clear { clear:both;}

/*//////////////////////////////////////////////////////////////////////////*/



/*
	BASE LAYOUT
******************/

#container { width:800px; margin:0 auto; padding:0 0 0 0;}

#head {
	height:80px;
	margin-top:10px;
	/*background:url(http://www.marshmallowstudio.jp/wp/img/common/header_bg.gif) no-repeat;*/
}

div#main {
	margin: 0 0 30px;
}

div#main p{
	color:#666;
	font-size:100%;
	line-height:180%;
}

#foot {
	height: 25px;
	background:url(http://www.marshmallowstudio.jp/wp/img/common/footer_bg.gif) no-repeat;
	color:#FFF;
}



/*//////////////////////////////////////////////////////////////////////////*/




/*
	Header LAYOUT
******************/

#head h1 {
	color:#FFF;
	float:left;
}
#head p {
	color:#FFF;
	font-weight:bold;
}
#head p.txt1 {
	float:left;
	text-align:left;
	margin:30px auto auto 30px;
}
#head p.txt2 {
	float:right;
	text-align:center;
	margin:20px 10px auto auto;
}	

h2 {
	font-size:138.5%;
	text-align: left;
	color: #FFF;
	background:url(http://www.marshmallowstudio.jp/wp/img/common/title_bg.gif) no-repeat left;
	height: 30px;
	font-weight: bold;
	padding-left: 10px;
	line-height: 30px;
	margin-bottom: 30px;
}

h3 {
	font-size:123.1%;
	font-weight:bold;
	text-align: left;
	color: #39F;
	margin-bottom: 10px;
}

h4 {
	font-size:108%;
	font-weight:bold;
	margin-left:15px;
	color:#666;
	margin-bottom:5px;
}


/*//////////////////////////////////////////////////////////////////////////*/



/*
	Side LAYOUT
******************/

#menu {
	float: right;
	width: 150px;
	padding-top: 15px;
}

ul#gmenu li {
	font-weight:bold;
	color:#F00;
	margin-bottom:5px;
}
ul#gmenu li a,
ul#gmenu li a:link,
ul#gmenu li a:visited { color:#00F; text-decoration:none;}
ul#gmenu li a:hover {
	color:#F00;
	 text-decoration:none;
}

ul#smenu { margin-top:10px;}
ul#smenu li { margin-bottom:10px;}
ul#smenu li.btn1 { margin-right:10px; padding:5px 0 5px 10px; text-align:left; color:#FFF; background-color:#00F; display:block;}

ul#smenu li.btn2 { margin-right:10px; padding:5px 0 5px 10px; text-left:center; color:#00F; background-color:#FFF; display:block; margin-bottom:5px; border:1px solid #333;}

ul#smenu li.btn1 a,
ul#smenu li.btn1 a:link,
ul#smenu li.btn1 a:visited { color:#FFF; text-decoration:none;}
ul#smenu li.btn1 a:hover {
	color:#F00;
	 text-decoration:none;
}

ul#smenu li.btn2 a,
ul#smenu li.btn2 a:link,
ul#smenu li.btn2 a:visited { color:#00F; text-decoration:none;}
ul#smenu li.btn2 a:hover {
	color:#F00;
	 text-decoration:none;
}

ul#icon { margin-top:20px; width:140px; margin-bottom:20px;}
ul#icon li { float:left; margin-bottom:10px;}
ul#icon li.left {
	margin-right:10px;
}


/*//////////////////////////////////////////////////////////////////////////*/



/*
	Footer LAYOUT
******************/

ul#fmenu { float:left; margin-left:10px; display:inline;}
ul#fmenu li { font-size:85%; margin-right:20px; float:left; color:#FFF;  line-height:25px; color:#F00;}

ul#fmenu li a,
ul#fmenu li a:link,
ul#fmenu li a:visited { color:#FFF; text-decoration:none; line-height:25px; }
ul#fmenu li a:hover {
	color:#F00;
	 text-decoration:none;
}

p#copyright {
	float:right;
	margin-right:10px;
	font-size:85%;
	color:#FFF;
	line-height:25px;
}


/*wp-default*/
.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
	margin-bottom: 24px;
}
.alignleft {
	display: inline;
	float:left;
	margin-right: 24px;
	margin-top: 4px;
	margin-bottom: 24px;
}
.twbtn { float:left; margin-right:10px; }
.twbtn2 { margin:15px 0 10px; }
.btnbox { margin-top:10px;}

div#profile {margin:15px auto; text-align:left;}
div#profile  img { margin-bottom:5px;}
div#profile p.tit1 { font-weight:bold; line-height:120%; margin-bottom:5px;}
div#profile p.tit2 { font-weight:bold; line-height:120%;}
div#profile p.txt { font-size:85%; line-height:120%; margin-top:5px;}
